If I understand correctly, you want to get form values to be inserted into page properties on submit, right? If so, they you could create a usercontrol or razor macro to do this or (if you're using umbraco 4.x) you could try Doc2Form. Personally I'd probably use Contour though, it has a built-in 'save values to node' workflow.
You know that way I can send the updated data using jQuery with Ajax?. I created a field called "views", the type "textstring". Everything works fine with Doc2form, I even update the data ... but that I do click on a submit button. I do not want that ... I want to get the tours will add +1 and replace and upgrade ... but using ajax and automatic. Can you help with that idea? - Many Thanks!
I'm not sure to be honest. The last time I used doc2form was probably about 3 years ago. Personally I'd start a new thread on the Doc2Form forum as it's more likely that Casey or someone who knows the package really well will pick it up and answer better than I can.
There is a package to insert values in fields of a node from a page?
Hello friends. I would like to know how to insert values from an HTML page to the fields on a node.
Example if I have this:
name
| __________________]
Email
| __________________]
message
| __________________]
I would like the data entered is stored in a node within umbraco ... is it possible?
My ultimate goal is to create a hit counter for each page and to visualize these views. Thank you!
Hi,
If I understand correctly, you want to get form values to be inserted into page properties on submit, right? If so, they you could create a usercontrol or razor macro to do this or (if you're using umbraco 4.x) you could try Doc2Form. Personally I'd probably use Contour though, it has a built-in 'save values to node' workflow.
Hope this helps...
Thanks , I'll try with Doc2Form!
You know that way I can send the updated data using jQuery with Ajax?. I created a field called "views", the type "textstring". Everything works fine with Doc2form, I even update the data ... but that I do click on a submit button. I do not want that ... I want to get the tours will add +1 and replace and upgrade ... but using ajax and automatic. Can you help with that idea? - Many Thanks!
Hi,
I'm not sure to be honest. The last time I used doc2form was probably about 3 years ago. Personally I'd start a new thread on the Doc2Form forum as it's more likely that Casey or someone who knows the package really well will pick it up and answer better than I can.
is working on a reply...