Hi,
The [frm-search] shortcode puts the search button on a new line after a <br>.
I would like the button on a new line – is there a way to customise it or do I need to write new <form . . . > html in full in my custom display?
Many thanks
WordPress Forms
Hi,
The [frm-search] shortcode puts the search button on a new line after a <br>.
I would like the button on a new line – is there a way to customise it or do I need to write new <form . . . > html in full in my custom display?
Many thanks
After spending countless hours customizing forms in Wordpress for our clients, Formidable Pro is a breath of fresh air. It merges high level customization with extreme ease of use. I would recommend Formidable Pro to anyone looking to create forms in Wordpress!
Anthony Humes (SEBO Marketing)Formidable Pro has met all of my needs and exceeded my expectations.
Jim Harrion (Affordable Website Assistance)Copyright © 2013 Strategy11, LLC
October 22, 2012 at 9:20 am
This doesn't require HTML changes, but you coan add this line to your page or your theme style.css
#frm_search{float:left;margin-right:10px;}
October 22, 2012 at 9:23 am
Actually... there isn't any HTML in our HTML. Can you provide a link to your page? Your theme might be adding the <br>. Have you tried [raw][frm-search][/raw]? [raw] is included with most themes that add the extra <p> and <br>s.
October 22, 2012 at 10:07 am
The page is http://abm.me.uk/breastfeeding-support-groups/
What I want to achieve is to have the search box approx 2/3 of the width of the page with the submit button to the right of it.
Many thanks
Chris
October 22, 2012 at 10:24 am
Did you try adding those [raw] tags around your search? I am still seeing extra <br> tags in your search form. Your form is inserting these tags because it is filtering the content twice. Usually, adding [raw] tags around your formidable shortcode resolves this problem.
Your theme is also setting a width on the search form. Your CSS is minified, so I can't give you a line number to remove/edit, but the code looks like this:
.s, #header .s, #sidebar-1 .s, #sidebar-2 .s {
width: 165px;
}
October 22, 2012 at 10:59 am
The [raw] tags don't work. The theme is Catalyst and they have a great support forum too so I'll get some feedback over there and report back.
Many thanks
October 22, 2012 at 1:07 pm
Yeah, ask them if there is a method to prevent certain content from getting filtered twice. There is also a possibility that the double filtering is coming from another plugin. Usually, plugins that automatically post content to facebook or twitter are responsible for this.
Let us know what you find out.
November 1, 2012 at 9:52 am
Hi Steve,
Don't mean to hijack this thread but I've been waiting for chrismc to report back on his issue. coz I seems to be in the same boat..
tried both [raw] method and the one steph suggested.
TIA
November 1, 2012 at 10:22 am
@tsudev, I don't see a double-filtering issue with your form. In fact, I am not seeing any issue with your form (other than the [raw] tags that are showing up). Can you create a new topic and explain what problem you are having, and we'll take another look.
November 1, 2012 at 10:36 am
will do.
Topic closed.