contact form J1.7

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Tue Oct 04, 2011 9:29 am
Schermafbeelding 2011-10-04 om 12.28.33.png



Is it possible to fix this? the text box is not under Naam: but behind it.
User avatar
Expert Boarder

Konrad M
Tue Oct 04, 2011 9:45 am
Hi
Can you give url to site with this form ?
User avatar

GK User
Tue Oct 04, 2011 9:49 am
yes no problem but it's still in offline mode, i can send you info for a log in?
User avatar
Expert Boarder

GK User
Mon Nov 07, 2011 10:32 am
I have the same problem! My url is www.leerpuntwijchen.nl.
Could you give me a hint how to solve this?

Greetz
User avatar
Fresh Boarder

GK User
Mon Nov 07, 2011 11:03 am
Find File: templates/gk_postnote/css/joomla.css
Find Line: 242
Which is
Code: Select all
.contact label { display: block; float: left; }

Delete float left so it looks like below
Code: Select all
.contact label { display: block; }

Also Line 241 which is below
Code: Select all
.contact input, .contact textarea { display: block; margin-top: 25px; }

Change it to below
Code: Select all
.contact input, .contact textarea { display: block; margin-top: 5px; margin-bottom: 10px; }


Optional
If you want all text to line up on the left try below
Find Line: 220 which is below
Code: Select all
label.hasTip { margin-left: 5px; }

Change to 0 or delete code
Code: Select all
label.hasTip { margin-left: 0px; }


See you around...
User avatar
Platinum Boarder

GK User
Wed Dec 07, 2011 8:06 pm
Works fine ;)
User avatar
Expert Boarder

GK User
Thu Dec 08, 2011 7:14 pm
Hi, I have a problem in the form. www.gabismith.com
The captcha is not present when a new user tries to sign up and it keeps showing an error message. How do I fix that?
User avatar
Fresh Boarder

GK User
Wed Dec 28, 2011 4:02 am
I still have the same problem. No Captcha is showing when the NEW REGISTRANT is trying to sign up. Getting an error "wrong recaptcha" but there is no recaptcha in this form to fill in (yes, I do have it set in administrator panel)
See pictures below:
User avatar
Fresh Boarder


cron