Append text - Database results wizard

J

Jim Williams

I'm using the DBRW to let my users query if we offer delivery to a
particular zip code during the holiday season. Right now, if you enter
a zip code in the search box, if the zip code is in the database, it
will display the zip code in the results. If not, I have it set to say
'Sorry, this zip code does not provide delivery on the specified date'.
What I'd like to happen is if the zip code is in the database, it will
display a message in the results along the line of '<ZipCode> does
deliver on the date specified'. Is there an easy way to do this or am I
missing something?


Thanks!

Jim
 
J

Jon Spivey

Hi Jim,

Assuming your form field is called ZipCode add this to your page
<p><%=request("ZipCode")%> does deliver on the date specified.</p>

Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top