I'm looking for a way to pre-populate fields in my Umbraco form with data from a C# object (from angular would also work).
Found an article on this for member data (http://www.nibble.be/?p=106) but I have some other types I'd like to inlcude as well. What is the best way to achieve this?
Pre populate Umbraco Forms fields
Hi!
I'm looking for a way to pre-populate fields in my Umbraco form with data from a C# object (from angular would also work).
Found an article on this for member data (http://www.nibble.be/?p=106) but I have some other types I'd like to inlcude as well. What is the best way to achieve this?
Kind regards,
Mark
Mark,
You can use session data or query string params to pre-populate field in the form. http://bigberrydigitaltechblog.tumblr.com/post/7344940308/umbraco-use-querystrings-and-session-variables
Thanks for the reply! think I'll go with the session implementation
is working on a reply...