This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
pre-fill data fields
Started 14 years ago by registermarketing | 4 posts |
-
I want to create a form that will allow user to see the existing data for a particular record and be able to correct this data if it is wrong. My plan is to have the updated data go into a second database or to email rather than cause a "live" update, so I can review the data for accuracy and revelancy before I update the original record.
I am guessing that this is way more than the capability of machform, but I was hoping machform could at least make the form design portion simple.
Posted 14 years ago # -
I'm afraid MachForm doesn't support this functionality. A submission can't be modified again by your users, only admin can do this.
MachForm Founder
Posted 14 years ago # -
Is it possible to load form elements based on the url parameter?
Basic html form can do this with the
echo '<input type="text" name="name" value="'.$_GET['name'].'" />';
echo '<input type="text" name="email" value="'.$_GET['email'].'" />';and the url
index.php?name=MachForm&email=Mach@email.com
How to do this with the MachForm form?
Posted 14 years ago # -
Hi,
I just found the topic on that.
http://www.appnitro.com/forums/topic/dynamic-content-php?replies=25
Posted 14 years ago #
Reply
You must log in to post.