Link to home
Start Free TrialLog in
Avatar of global_expert_advice
global_expert_adviceFlag for India

asked on

multi collapsible forms on same page using javascript or jquery

hi,
I already created a form you can check out here...
http://makaan.instantrankingseo.com/final/list_property.php
here i created which is in 2 steps means, on submission of the first form, you are redirected to next page with variables in post form... and after 2nd form is submitted and data is inserted in to database.

Actually i want to give a unique and flexible view of the form to my visitors..
I wanted it in this manner check below link...
http://www.makaan.com/property/create-listing.php
here forms are in 4 steps from starting to pending... first you fill details submit than 2nd form than 3 rd form like wise... all are collapsible...
I want in this fashion.
form interior is not an issue.. just show me how to hide first form and open 2nd form after submit in first form is clicked and same for all the step..
You can get a better idea after viewing above reference link
thanks
ASKER CERTIFIED SOLUTION
Avatar of sudhakarsp06
sudhakarsp06
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of global_expert_advice

ASKER

okay fine... but in my case the link which i gave mine one... there the form is under fieldset....and other div's too... hope it won't make problem....
so i should make it like this..

<fielset>
<form>
first div
second div
third div
</form>
</fieldset>

but as i'm using the fieldset.. i'm getting the border with some thickness of 1 px... how to avoid this and clear the margins..