Welcome Guest, Not a member yet? Register   Sign In
Administration of wizard (or step) style application
#2

[eluser]alrightythen[/eluser]
I think you could use a javascript content slider to slide through the steps, then set a fieldset for every step so that you have one form that the admin can edit.

Something like this...

<form method="POST" action="">

<fieldset id="step1">
<legend>Login info</legend>

<label for="name">Username: </label>
&lt;input type="text" name="username" /&gt;

<label for="pwd">Password: </label>
&lt;input type="password" name="pwd" /&gt;

</fieldset>

<fieldset id="step 2">
<legend>Person info</legend>

<label for="age">Age: </label>
&lt;input type="text" name="age" /&gt;

<label for="location">Location: </label>
&lt;input type="password" name="location" /&gt;

</fieldset>

&lt;input type="submit" id="submit" value="Login" name="submit" /&gt;

&lt;/form&gt;

I think that might work


Messages In This Thread
Administration of wizard (or step) style application - by El Forum - 11-05-2009, 08:49 AM
Administration of wizard (or step) style application - by El Forum - 11-05-2009, 09:06 AM
Administration of wizard (or step) style application - by El Forum - 11-05-2009, 09:28 AM
Administration of wizard (or step) style application - by El Forum - 11-05-2009, 09:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB