I am trying to post to an umbraco form without actually using the html the form generates,
I have been able to do the post by looking at the source for the form, however for this to work in a live envrionment I need a way to inject the ufprt field into my page.
Is there some way to access the value in ufprt using razor?
Can I access ufprt
Hi
I am trying to post to an umbraco form without actually using the html the form generates,
I have been able to do the post by looking at the source for the form, however for this to work in a live envrionment I need a way to inject the ufprt field into my page.
Is there some way to access the value in ufprt using razor?
Forgot: I am using umbraco 7.2.1
cheers,
Garpur
Have a look at this project: https://our.umbraco.org/projects/website-utilities/cultiv-restcontour it's quite old, but it has some stuff for submitting Contour forms via REST. You might be able to get some code you can modify from it?
Thank you for the tip,
I will look into it :)
We ended up creating a documenttype and document that contains the form and then ajaxing that page and extracting the needed form information.
is working on a reply...