Simplicity contact form Bug

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Fri Jun 27, 2014 4:13 pm
There is a (non critical) bug in the line #201 of "template.contact.php" file:
<input type="text" name="contact-name" id="contact-name" value="<?php echo $output['message'];?>" />

It must be
<input type="text" name="contact-name" id="contact-name" value="<?php echo $output['name'];?>" />

You can try to enter empty "Name" on http://www.gavick.com/demo/wordpress/si ... page_id=74 and see the result.
User avatar
Fresh Boarder

GK User
Sun Jun 29, 2014 8:39 pm
Hello,

I've checked the demo contact page - I entered empty name and see only this message:
" please enter your name".
User avatar
Moderator

GK User
Sat Jul 05, 2014 4:10 pm
Piotr, enter empty "name" and non-empty "message", and press "Send message". Your message will jump into "name" text field.
User avatar
Fresh Boarder

GK User
Mon Jul 07, 2014 7:46 am
Now I understand, thanks for your feedback, I'll fix it in the next theme updates.
User avatar
Moderator


cron