/    Sign up×
Community /Pin to ProfileBookmark

Form not submitting

Greetings,

I have everything set up and the form is perfect and works great…except when I try to submit! I have tried looking at everything and cannot figure out why it is not working. When I click on the “Submit” button the button just disappears and does not submit any data. I tried to run it into a form validator and it still does not work.

Here is the code..:

[code=html]<form action=”http://www.xyz.com/fmail.php” method=”post”>
<table cellspacing=”1″>
<tr>
<td>First Name:<br />
<input type=”text” id=”first_name” name=”first_name” class=”textbox” maxlength=”25″ /></td>
<td class=”right”>Last Name:<br />
<input type=”text” id=”last_name” name=”last_name” class=”textbox” maxlength=”25″ /></td>
</tr>
<tr>
<td>Email Address:<br />
<input type=”text” id=”email” name=”email” class=”textbox” maxlength=”60″ /></td>
<td class=”right”>Zip Code:<br />
<input type=”text” id=”zip_code” name=”zip_code” class=”textbox” maxlength=”5″ /></td>
</tr>
<tr>
<td class=”phone mul”>Primary Phone:<br />
<input type=”text” id=”pri_areacode” name=”pri_areacode” class=”textbox small” maxlength=”3″ /> – <input type=”text” id=”pri_prefix” name=”pri_prefix” class=”textbox small” maxlength=”3″ /> – <input type=”text” id=”pri_suffix” name=”pri_suffix” class=”textbox medium” maxlength=”4″ /></td>
<td class=”right phone mul”>Alternate Phone:<br />
<input type=”text” id=”alt_areacode” name=”alt_areacode” class=”textbox small” maxlength=”3″ /> – <input type=”text” id=”alt_prefix” name=”alt_prefix” class=”textbox small” maxlength=”3″ /> – <input type=”text” id=”alt_suffix” name=”alt_suffix” class=”textbox medium” maxlength=”4″ /></td>
</tr>
<tr>
<td>Preferred Contact Time:<br />
<select id=”contact_time” name=”contact_time” class=”c1″>
<option value=”select”>Select one</option>
<option value=”morning”>Morning</option>
<option value=”afternoon”>Afternoon</option>
<option value=”evening”>Evening</option>
</select></td>
<td class=”right”>
<div id=”fb”><input type=”checkbox” id=”newsletter” name=”newsletter” checked=”checked” /> Yes! I would like to receive other<br />
helpful financial tips and <a href=”#” title=”You will receive our Free&lt;br /&gt;newsletter.&lt;br /&gt;You may cancel at anytime.”>offers</a>.</div>
</td>
</tr>
<tr>
<td colspan=”2″ class=”center c2″>Do you have at least $10,000 in credit card debt? <input type=”radio” name=”over_ten” value=”yes” /> Yes <input type=”radio” name=”over_ten” value=”no” /> No</td>
</tr>
<tr class=”hideme”>
<td colspan=”2″ class=”center”><a href=”#”>Unsecured Debt Amount:</a> <select id=”debt_amount” name=”debt_amount” class=”c1″>
<option value=”select”>Select one</option>
<option value=”1″>$10,000-12,499</option>
<option value=”2″>$12,500-14,999</option>
<option value=”3″>$15,000-17,499</option>
<option value=”4″>$17,500-19,999</option>
<option value=”5″>$20,000-24,999</option>
<option value=”6″>$25,000-29,999</option>
<option value=”7″>$30,000-39,999</option>
<option value=”8″>$40,000-49,999</option>
<option value=”9″>$50,000-74,999</option>
<option value=”10″>$75,000-99,999</option>
<option value=”11″>$100,000+</option>
<option value=”12″>I wish not to disclose</option>
</select></td>
</tr>
<tr class=”hideme”>
<td colspan=”2″ class=”center”>Debt Amount: <select id=”debt_amount2″ name=”debt_amount2″ class=”c1″>
<option value=”select”>Select one</option>
<option value=”1″>$100-999</option>
<option value=”2″>$1,000-1,999</option>
<option value=”3″>$2,000-2,999</option>
<option value=”4″>$3,000-3,999</option>
<option value=”5″>$4,000-4,999</option>
<option value=”6″>$5,000-5,999</option>
<option value=”7″>$6,000-6,999</option>
<option value=”8″>$7,000-7,999</option>
<option value=”9″>$8,000-8,999</option>
<option value=”10″>$9,000-9,999</option>
</select></td>
</tr>
</table>
<div id=”fbottom”><input type=”image” id=”submit” src=”/xyz/button.gif” /></div>
</form>[/code]

Thanks in advance for your help. ?

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@jedaisoulJun 20.2014 — Does it work with a normal submit button, rather than an image?

  • - If so, the problem is likely to be the input type "image".


  • - If not, the problem is likely to be the form action.
  • Copy linkTweet thisAlerts:
    @ILoveKnowledgeauthorJun 20.2014 — Thanks. I will check out your advice and try to diagnose it. I will post back.
    ×

    Success!

    Help @ILoveKnowledge spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.20,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...