Newbies multimediavt Posted August 1, 2001 Newbies Posted August 1, 2001 I have a simple input form for a web survey. The client wants the users to be able to go back to incomplete surveys and fill in missing info. I've got it so it will find the original record and bring up the web input form once again, but it does not display the information that has already been input in the associated fields. Basically, how do I get a web form to fill in field data that has already been input? This is probably something realy easy, but I haven't been able to find an example anywhere...
Anatoli Posted August 2, 2001 Posted August 2, 2001 Just use <INPUT type="text" value="[FMP-field: xxx]" name="xxx" size="10"> and already filled values will show up -- if you are at correct record!
Recommended Posts
This topic is 8506 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now