Community Forums › Forums › Archived Forums › Design Tips and Tricks › Generate Box Issue
Tagged: generate, generate box
- This topic has 5 replies, 2 voices, and was last updated 10 years, 9 months ago by
walidmrealtor.
-
AuthorPosts
-
December 17, 2012 at 6:45 pm #5833
walidmrealtor
MemberHello, I am using the generate form on my site.
When I entered the code to allow me to gather emails the form pushed the submit button down to it own line.
Any idea how to get it back to the default right next to the input box?
Here's the code for the email input -
<code>
<p><img src="/wp-content/themes/optimal/images/generatebox-badge.png" alt="" class="alignright" /></p>
<p>Join over 155,000 people who get free and fresh content delivered automatically<br />
each time we publish. Your privacy and email address are safe with us!</p>
<form><form id="form-wysija-2" class="widget_wysija form-valid-sub" action="#wysija" method="post">
<p class="wysija-p-email">
<input id="form-wysija-2-wysija-to" class="wysija-email validate[required,custom[email]]" type="text" name="wysija[user][email]" value="Enter your email address..." onfocus="if(this.value=='Enter your email address...'){this.value=''}" onblur="if(this.value==''){this.value='Enter your email address...'}" />
</p><input class="wysija-submit wysija-submit-field" type="submit" value="Sign Up!" name="submit">
<input type="hidden" value="form-wysija-2" name="formid"><input type="hidden" value="save" name="action">
<input type="hidden" value="1" name="wysija[user_list][list_ids]">
<input type="hidden" value="Check your inbox now to confirm your subscription." name="message_success">
<input type="hidden" value="subscribers" name="controller">
<input type="hidden" name="wysija-page" value="1">
</form></code>
There is no Try, Do, or Do Not. ~Master Yoda
Walid Muhammad | REALTOR® | Broker | http://www.walidmrealtor.com/December 19, 2012 at 10:55 am #6206walidmrealtor
MemberUpdated tag
There is no Try, Do, or Do Not. ~Master Yoda
Walid Muhammad | REALTOR® | Broker | http://www.walidmrealtor.com/December 19, 2012 at 11:05 am #6212Brian Bourn
MemberI would start by removing the p tags from around the first input field. You can add the class to the input line if you need it for styling.
The rest should just be some CSS to get it to look the way you want.
Bourn Creative | bourncreative.com | Twitter
December 21, 2012 at 2:05 pm #6721walidmrealtor
MemberHello Everyone,
Add clear:both; to #inner in the style sheet.
Thank you Nick!
There is no Try, Do, or Do Not. ~Master Yoda
Walid Muhammad | REALTOR® | Broker | http://www.walidmrealtor.com/December 21, 2012 at 2:18 pm #6725walidmrealtor
MemberQuick question Brian,
It says method = post. Does that mean I need the p tags?
There is no Try, Do, or Do Not. ~Master Yoda
Walid Muhammad | REALTOR® | Broker | http://www.walidmrealtor.com/December 21, 2012 at 4:36 pm #6795walidmrealtor
MemberBrian I removed the tags and that worked!
Now to test and see if the form still sends emails...
Thank you!
There is no Try, Do, or Do Not. ~Master Yoda
Walid Muhammad | REALTOR® | Broker | http://www.walidmrealtor.com/ -
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.