Hi ,
I have submitted a partial to the endpoint with 200 success code in response .
https://{mydomain}/api/v2/prompts/signup-id/partials
Body :
{
“signup-id”:{
“form-content-start”: “<div class="ulp-field">Comments<textarea type="text" name="ulp-comments" id="comments"><div class="ulp-error-info">Please provide an answer.”
}
}
But When I am opening the Signup Id screen i am not seeing above partial on the signup id screen
Please suggest