L
Los Jardines
Hi
Hopefully someone can help me with couple of things.
I've created a form which,when the user fills in information it email me
with that information and also stores it on the site in a text file,
standard stuff I think. I thought it would be neat to use this information
via a DB and the DRW to first of all show a user the information we have so
far and then allow them to edit it if needed and resend the information
using the form webbot.
I figured out how to use the data to fill in the "default value" in the form
field by using the <%=FP_FieldVal(fp_rs,"data")%> expression but it would
seem the form webbot will not work with an .asp extension. I've striped the
form back to just the form it's self and in htm it works just fine, as soon
as I go .asp so I can start with the DRW it stops both sending emails or
storing the data in the text file. Is this normal as this is the first time
I've looked beyond the WYSIWYG bit.
If it is the norm, then how do I pass this variable from the found data to a
form default value on a new htm page?
thanks for your help
Paul
Hopefully someone can help me with couple of things.
I've created a form which,when the user fills in information it email me
with that information and also stores it on the site in a text file,
standard stuff I think. I thought it would be neat to use this information
via a DB and the DRW to first of all show a user the information we have so
far and then allow them to edit it if needed and resend the information
using the form webbot.
I figured out how to use the data to fill in the "default value" in the form
field by using the <%=FP_FieldVal(fp_rs,"data")%> expression but it would
seem the form webbot will not work with an .asp extension. I've striped the
form back to just the form it's self and in htm it works just fine, as soon
as I go .asp so I can start with the DRW it stops both sending emails or
storing the data in the text file. Is this normal as this is the first time
I've looked beyond the WYSIWYG bit.
If it is the norm, then how do I pass this variable from the found data to a
form default value on a new htm page?
thanks for your help
Paul