Welcome Guest, Not a member yet? Register   Sign In
Finding Form Coding
#3

Paul,

Thank you for your time.  I am not sure I understand the question.  Would the home page be www.domain.com/index.php?

I blanked out only the domain, and eliminated the long list of Options.

--- Begin Code ---
<form name="learners_form" id="learners_form" method="post" action="http://www.mydomain.com/pages/subscribers" onsubmit="return false">
                   <input type="text" placeholder="First Name" name="fname" id="fname" value="" onkeypress="remove_class_learner();">
                        <input type="text" placeholder="Last Name" name="lname" id="lname" value="" onkeypress="remove_class_learner();">
                       <input type="text" name="email_address" id="email_address" placeholder="Your Email Address" value="" onkeypress="remove_class_learner();">
                    <input type="text" placeholder="Contact Number" name="contact_id" id="contact_id" value="" onkeypress="remove_class_learner();">
                       
                       <select name="country" id="country" onchange="remove_class_learner();">
                       <option value="">Select Country</option>
                                              <option value="52"> Omitted</option>
                        </select>
                       
                      
<input style=" float:left; width:150px;" placeholder="Captcha" type="text" id="captcha1" name="captcha1" class="text-field" onpaste="return false" onkeypress="remove_class_learner();">
                           <div style="float:right; margin: 4px 0 0 0;" class="captcha-home">  <span class="captchacode" style="position:absolute; margin: -38px 0 0 62px; font-size:25px; font:monofont.ttf; color:#fff; font-weight:bold; ">2c8m6</span></div>
                       
                        <input type="hidden" name="type" id="type" value="3">
                        <input type="hidden" name="hid_code_1" id="hid_code_1" value="2c8m6">
                        <input type="submit" value="submit" onclick="beAlearner();">
                        </form>
--- End Code ---

Is this what you need?

Thank you again.
Reply


Messages In This Thread
Finding Form Coding - by UTXinc - 07-15-2016, 07:51 AM
RE: Finding Form Coding - by PaulD - 07-15-2016, 08:36 AM
RE: Finding Form Coding - by UTXinc - 07-15-2016, 10:11 AM
RE: Finding Form Coding - by UTXinc - 07-15-2016, 10:33 AM
RE: Finding Form Coding - by UTXinc - 07-15-2016, 10:36 AM
RE: Finding Form Coding - by PaulD - 07-15-2016, 12:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB