Jump to content

Form with solution


Shepy87

Recommended Posts

Ok I have a form that will include some text boxes and two sliders where numbers can be selected.  When a user clicks submit I want it to take them to a solutions page based on what numbers they have selected.

 

I'm finding it hard to explain what I'm trying to do so heres an example of what I would like. 

http://www.cleardebt.co.uk/#help

 

It will be a form like that which links to a solution.

 

If someone could please tell me what I need to do or have a tutorial of something similar it would be a great help for me to start.

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/236430-form-with-solution/
Share on other sites

What you are trying to find out is called a fragment in the url.

 

Here explains how to do it.

http://stephenmcintyre.net/blog/fragment-anchor-php/

 

Alternately you can use forms with a button, hidden field, GET or POST

Some examples are here.

http://www.w3schools.com/php/php_get.asp

http://www.w3schools.com/php/php_post.asp

 

http://www.tizag.com/phpT/postget.php

Link to comment
https://forums.phpfreaks.com/topic/236430-form-with-solution/#findComment-1215531
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.