Hi,
I was looking and understanding your plugin. It is great plugin. I will be adding soon in my temple’s website.
Just one question I have. It will be great help if you can answer it. Also it will be part of decision to purchase pro version.
Some time we need pre-populated form with existing data. Let me explain it.
We are doing many seminar registration using formidable forms. We have your info in my previous seminar’s registration. So we like to use it to register you in second seminar. So what we need is to send you your presonlized link like http://xyx.com/form/id/212 (or something similar.)
Once you get this link. Click on it. And you will find most of fields are already populated with your information we have. Then you have to update it and complete remaining fields. Then submit it.
Can we achieve above task using formidable forms?
Please reply me if you have any query.
Thank you,
Mehul




September 20, 2012 at 12:24 pm
I'm not sure about how exactly you would send the emails out, but if the link looks like this, it wouldn't require any custom code.
xyz.com/form?fname=John&lname=Smith&address=1234 Main
Then you could use dynamic default values to get the info from the URL into the form. Any other route would require custom code.
Topic closed.