August 1, 200124 yr Newbies 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...
August 2, 200124 yr 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!
Create an account or sign in to comment