Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with a form

Status
Not open for further replies.

KeZ

IS-IT--Management
Joined
Oct 29, 2001
Messages
4
Location
GB
Hello,
I am having a little problem with a form. The form will be used as an authorization of sorts. So if the user agrees the form will go to a review page so they can submit it.
But if the user disagrees then I would like the form to go to a explanation page that explains why they cannot go any further.
They agree/disagree by a radio button.
How do I get the form to go to the correct page.
I have never had to do something like this before.

Kelly
 
That is where you have something like,

action="results.asp"

When you setup a form via UD4, it will ask you for the redirection page where you can set up the display to confirm items they entered.

For the popup, you can do the following.

First in UD4, click once on the radio button "no" then open behaviors window (not server behaviors) click the + and select pop-up. Put in your info and make the properties for it on-check or similiar.

You may also want to check out a very cool form validation.
 
schase,
Thank you so much, the pop-up really helped.
I know how to redirect a page but I do not know how to get the information from the form that the user will fill out to the page.
How do I do that?

Thanks
Kelly
 
hi Kelly,

Ok, do you want this form to send you an email, send the user an email, populate a database or a combination?
 
Hello,

Right now I have it set up to go straight from the form to an email to me. What I would like is to have it go from the form to a conformation page, and then from the conformation page (if all information is correct) to an email to me. If the user needed to change anything I would like the conformation page to be able to return to the form so the information can be corrected and then back to the conformation page, ect...
I can redirect the page to another page but I cannot seem to get the information from the form to the other page, and I have no clue how to get back to the form (if it is needed).

Hopefully I am explaining this properly

Thanks,
Kelly
 
ok,

I am drawing this by memory,

First page have the results pass to a confirmation page,

Then on the confirmation page, setup your recordset and in simple view you should see the sort by - and also name the recordset exactly the same as you did on the form page.

You should see the filter by url parameter.

Drag the information in again into a form as you would like to have it set up.

Then on that form have it set to email.

If they do not like it, you can have them hit the back key.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top