I do not see this adressed in teh forum so far.
With ASP I can do the following.
1) Pull data to a form within a page. The form would allow the user to choose a record for updating
2) The action on the page would send the user to a new form that is already populated by the values held in the prior form. The user could then update the records.
I have tried to pass the values to the new form but can not get them to display. Would someone advise the correct syntax.
this is what I've tried so far...
<td width="20%"><input type="text" name="last_name" size="20" value="#last_name#"></td>
or
<td width="20%"><input type="text" name="last_name" size="20" value="#form.last_name#"></td>
or
<td width="20%"><input type="text" name="last_name" size="20" value=form.last_name></td>
With ASP I can do the following.
1) Pull data to a form within a page. The form would allow the user to choose a record for updating
2) The action on the page would send the user to a new form that is already populated by the values held in the prior form. The user could then update the records.
I have tried to pass the values to the new form but can not get them to display. Would someone advise the correct syntax.
this is what I've tried so far...
<td width="20%"><input type="text" name="last_name" size="20" value="#last_name#"></td>
or
<td width="20%"><input type="text" name="last_name" size="20" value="#form.last_name#"></td>
or
<td width="20%"><input type="text" name="last_name" size="20" value=form.last_name></td>