/    Sign up×
Community /Pin to ProfileBookmark

A simple input form where you sign your name

I have this form on my website where people have to sign their name at the bottom. They just type it and press enter or submit and they go redirected to another page, in this case a .php page because it doesn’t work with html pages. This works fine with firefox and opera I’ve tested it, but not on IE. The input field where you should be putting your signature is unclickable and the submit button is not a button and unclickable also. It’s driving me crazy!

[code]<form name=”formmail” method=”post” action=”http://www.mydomain.com/redirect-to.php”>
<input type=”hidden” name=”subject” value=”Agreement”>
<input type=”hidden” name=”recipient” value=”[email protected]”>
<input type=”hidden” name=”print_blank_fields” value=”1″>
<input type=”hidden” name=”redirect” value=”http://www.mydomain.com/redirect-to.php”>

By entering my signature below, I affirm that I have read, understand and agree to all terms.<br />
<input type=”textbox” size=”50″ name=”signature” /><br /><br />

<input type=”hidden” name=”signature_submitted” value=”1″ />
<input type=”submit” value=”Submit” />

</form>
[/code]

Just a note: that email there is doing nothing, as I didn’t received a single thing. All that matters is making this work in IE.

to post a comment
HTML

10 Comments(s)

Copy linkTweet thisAlerts:
@FangJul 23.2008 — The snippet works correctly. There is something else in the document causing the problem.
Copy linkTweet thisAlerts:
@marcusamiJul 23.2008 — [I]<input [B]type="textbox" [/B]size="50" name="signature" /><[/I] should be

[I]<input [B]type="text" [/B]size="50" name="signature" /><[/I]

regards

Marcus
Copy linkTweet thisAlerts:
@FangJul 23.2008 — Although "textbox" is incorrect it doesn't affect the form as all browsers will use the input as it's default type "text"
Copy linkTweet thisAlerts:
@marcusamiJul 23.2008 — mm. is that your exact code?

newhere in yours do you have

[B]disabled[/B] attribute - i guess that wouldnt make sense if its only IE

do you have seperate forms elsewhere on the site that is using a javascript to disable and enable input and loading the script on this page as well?

[B]ALSO[/B]

what is your doc type

I am not sure at all if this is the problem - but some of your

input elements are self enclosed and some are not this may cause a problem with IE

just a thought

Marcus
Copy linkTweet thisAlerts:
@Dan_GrrauthorJul 23.2008 — My doctype is XHTML 1.0 Transitional. Do you think this could be the problem. Well I tried that textbox to text thing, it didn't worked. IE... pffttt, lol.

[IMG]http://i35.tinypic.com/2j13haa.jpg[/IMG]
Copy linkTweet thisAlerts:
@aman_batraJul 23.2008 — try and change the code somewhat i mean make a form other than this signature one and then try to work it on IE
Copy linkTweet thisAlerts:
@Dan_GrrauthorJul 23.2008 — I have other forms on my website and they work well in IE. But this one is killing me.
Copy linkTweet thisAlerts:
@aman_batraJul 23.2008 — too bad..may i know your site??
Copy linkTweet thisAlerts:
@Dan_GrrauthorJul 23.2008 — Sorry I cannot disclose that ?
Copy linkTweet thisAlerts:
@Dan_GrrauthorJul 23.2008 — I've made a little test: I've made a new page with no styles whatsoever attached. Just plain text thrown in the page, black text in white background, Times New Roman...

It worked. It must be related to my .css stylesheet, maybe I'm putting inside of divs that don't work well or something like that. It just pains me to see that this page with a different look than the rest of the site. It's a "I agree to the terms" page only, but even then, it'll be on the back of my mind, echoing its difference. Lol I'm crazy.

Thanks for the answers and sorry about the secrecy.
×

Success!

Help @Dan_Grr 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.19,
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,
)...