/rest/confiforms/1.0/updateFieldValue/{pageId}/{formName}
/rest/confiforms/1.0/updateFieldValue/{pageId}/{formName}/{filter}
Can I get an example of how to use this?
It all seems straightforward enough, but where do I actually define the field I want to update and what I want to update it with?
What I've tried:
confiforms/1.0/updateFieldValue/{pageId}/{formName}&fv=sendemail:1
You will need to put your form name instead of {formName} and page id (numeric) instead of {pageId}
Alex
Thanks for getting back to me, Alex
Right, right (I've got those variables defined elsewhere in my code),
I'm just not sure how to format the,
&fv=sendemail:1
part at the end
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
/rest/confiforms/1.0/updateFieldValue/{pageId}/{formName}/{filter}?fv=sendemail:1
Will update the form's sendemail field matching the given filter with 1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.