![]() |
|
|
|||||||
| Register | FAQ | Members List | Domain Registrar Pricing | Rules | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi guys,
Not sure if this is the right place but I'm getting desperate... I need some help implementing some markup and javascript into my site for a contact form. I have been following a tutorial for this specific form, step by step, and have everything in place. But for reasons unknown, it simply doesn't work the same way their demo does. The tutorial can be found at http://tympanus.net/codrops/2010/06/...m-with-jquery/ (great stuff on this site btw! haven't had issues with anything else on there) And my 'form in progress' can be found at http://new.webfunkdesigns.com.au/contact.html (this is my new website redesign btw, feel free to let me know what you think )So if anyone has any suggestions or feedback, that would be much appreciated! Thanks again, |
|
#2
|
||||
|
||||
|
#steps form fieldset
Change the padding to: padding: 0 0 20px 0; And add: margin: 0; |
|
#3
|
|||
|
|||
|
MAAATTEE!!!! Thank you!!
Oh lord....it's always something so simple! Sometimes it just gets hard to notice these things when you're so involved.... Once again, thank you very much. I appreciate it tremendously ![]() |
|
#4
|
||||
|
||||
|
Haha I know the feeling, sometimes it just takes a fresh set of eyes to see the simple thing you're missing
![]() |
|
#5
|
|||
|
|||
|
Good on you DavidS for taking the time to help Ben out.
![]() |
|
#6
|
|||
|
|||
|
Yes thank you again
![]() |
|
#7
|
|||
|
|||
|
NEW ISSUE..
I have another form I have set up, that has multiple checkboxes throughout it. My question is, when I process the form via a php file, how do I tell what checkboxes were checked? With inputs I would normally put... $fields = array(); $fields{"name"} = "Name"; $fields{"email"} = "Email"; $fields{"phone"} = "Phone"; Just not sure what I have to do with checkboxes though... Anyone have an idea?? Thanks again, |
|
#8
|
|||
|
|||
|
Give the checkbox an identifier name in HTML
__________________
SSTechBlog.com |
|
#9
|
||||
|
||||
|
The "Direct Links" in your footer need attention.
__________________
Poker Tournaments | Web Design & Development Coming Soon: Play Dough | Pizza Tonight | Poker Wear | Poker Talk | More soon... |
|
#10
|
|||
|
|||
|
Thanks for the heads up. It's because I'm playing around with a re-design at the moment which should be live today at some point hopefully.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|