form captcha |
This is a discussion on form captcha within the General Development Issues forums, part of the Development category; I am after a form captcha for a template I am making Untitled Document I need one that will fit ... |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
![]() Join Date: Dec 2008 Location: Kent Uk
Posts: 1,595
Blog Entries: 6 Thanks: 15
Thanked 49 Times in 49 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Expertise: (X)HTML / CSS Experience: Professional |
I am after a form captcha for a template I am making Untitled Document I need one that will fit on the right, under the message box, that does not use tables ( preferably valid so I don't have to mess about ), also is not REALLY hard to read and is pretty easy to install I know it seems like high criteria but im hoping someone can make a suggestion for a good one Oh.. and it HAS to be php.. no javascript please thanks
__________________ web design kent |
| | |
| | #2 |
![]() Join Date: Jan 2009 Location: Your Imagination
Posts: 729
Blog Entries: 4 Thanks: 1
Thanked 27 Times in 26 Posts
![]() ![]() ![]() Expertise: PHP Experience: Professional |
This looks promising: Securimage PHP Captcha
__________________ Panthr - Web Design and Development |
| | |
| | #3 |
![]() Join Date: Dec 2008 Location: Kent Uk
Posts: 1,595
Blog Entries: 6 Thanks: 15
Thanked 49 Times in 49 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Expertise: (X)HTML / CSS Experience: Professional |
it comes flippin close mate, its very nice, my only concern might be that the refresh is javascript, unless I can get someone to give me a hand changing the refresh to php
__________________ web design kent |
| | |
| | #4 |
![]() Join Date: Jan 2009 Location: Your Imagination
Posts: 729
Blog Entries: 4 Thanks: 1
Thanked 27 Times in 26 Posts
![]() ![]() ![]() Expertise: PHP Experience: Professional |
Well, it could potentially not be too hard. Is this going to be part of a form? Are you using a PHP framework?
__________________ Panthr - Web Design and Development |
| | |
| | #5 |
![]() Join Date: Dec 2008 Location: Kent Uk
Posts: 1,595
Blog Entries: 6 Thanks: 15
Thanked 49 Times in 49 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Expertise: (X)HTML / CSS Experience: Professional |
yes, its going to be part of the form I have on the page above... it will be php, just have not got around to coding the form yet
__________________ web design kent |
| | |
| | #6 |
![]() Join Date: Jan 2009 Location: Your Imagination
Posts: 729
Blog Entries: 4 Thanks: 1
Thanked 27 Times in 26 Posts
![]() ![]() ![]() Expertise: PHP Experience: Professional |
Well, you could just have the refresh button submit the form, and then use PHP to make sure that rather than getting processed, the user is sent back to the page (with all the fields filled out, thats why it would be easier with a PHP framework)
__________________ Panthr - Web Design and Development |
| | |
| | #7 |
![]() Join Date: Dec 2008 Location: Kent Uk
Posts: 1,595
Blog Entries: 6 Thanks: 15
Thanked 49 Times in 49 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Expertise: (X)HTML / CSS Experience: Professional |
basically what i need is for the refresh to reload the page, without losing the form info.. but I seriously have no idea on how to do it.. my php is very very lacking
__________________ web design kent |
| | |
| | #8 |
![]() Join Date: Jan 2009 Location: Your Imagination
Posts: 729
Blog Entries: 4 Thanks: 1
Thanked 27 Times in 26 Posts
![]() ![]() ![]() Expertise: PHP Experience: Professional |
Make all your form like this: PHP Code: PHP Code: You'll notice the javascript after the captcha. That is so the refresh is a link rather than a button. The reason I did this was because having two submit buttons ruins the "click enter to submit" functionality of a form. But that relies on javascript, so I included a backup for no javascript that is a button. Disclaimer: I have not tested any of this code, so I don't know if it'll work or not.
__________________ Panthr - Web Design and Development |
| | |
| | #9 |
| Member Join Date: Dec 2008 Location: Hatfield, UK
Posts: 170
Thanks: 1
Thanked 8 Times in 8 Posts
![]() Expertise: PHP Experience: Professional |
Is there any reason why you are not using JS to refresh the page? It makes far more sense than forcing a user to wait while a page reloads.
|
| | |
| | #10 |
![]() Join Date: Dec 2008 Location: Kent Uk
Posts: 1,595
Blog Entries: 6 Thanks: 15
Thanked 49 Times in 49 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Expertise: (X)HTML / CSS Experience: Professional |
it wouldn't take any time to reload, but the reason for no javascript is because of accessibility issues, where if someone has javascript disabled they wont be able to refresh it at all
__________________ web design kent |
| | |
![]() |
| Tags |
| captcha |
| Thread Tools | |
| Display Modes | |