Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Thanks for the great share
i need a video demo to can registry.
Would someone mind providing the html code or a copy and paste code snippet? I tried using firefox, chrome, and an html editor but was not able to make it work ...
Replace the form code in "Inspect Element" with the code I added below. You're welcome!
<form method="post" action="submit.php" onsubmit="return validateForm();">
<input type="hidden" id="name" name="name" value="">
<input type="hidden" id="email" name="email" value="">
<input type="hidden" name="cbreceipt" value="">
<p>Please fill out the information below and click the "Complete Signup" button.</p>
<div class="fgroup">
<label>Login:</label>
<input type="text" id="login" name="login" value="">
</div>
<div class="fgroup">
<label>Email:</label>
<input type="email" id="email" name="email" value="">
</div>
<div class="fgroup">
<label>Password:</label>
<input type="password" id="password" name="password" value="">
</div>
<div class="fgroup">
<label>Confirm:</label>
<input type="password" id="confirm" name="confirm" value="">
</div>
<div class="fgroup" style="text-align:center;">
<input type="submit" value="Complete Signup!" style="margin:5px; padding:5px;">
</div>
</form>
Thanks Blueshadow3000
(05-22-2014 09:03 AM)GFXWhizz Wrote: [ -> ]Hi All
When you change the div tag how do you save the changes
Not getting this at all 
Happened to me too - before you edit the code, right-click, "edit as html" (in chrome) then close the code window.
Thanks "Blueshadow3000", it worked!
Perfect BlueSAHADOW3000. Full repped you and OP. Great job guys
BLUESHADOW3000 You Rock! - your info worked like a charm. I am learning so much from all you pros. THANKS.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15