Add my own class to input Field

Hi Guys   How do I add my own class to a simple input field in my form?   I've made sure I'm not using the Formidable css but in the custom HTML section  of my form this is all I see…   <div id=”frm_field_[id]_container” class=”form-field [required_class] [error_class]“>     <label class=”frm_pos_[label_position]“>[field_name]         <span class=”frm_required”>[required_label]</span>     [...]

Importing Entries – Country drop down list

Hi Guys   I just watch the video on this page http://formidablepro.com/using…..es-fields/ and would like to create a country drop down list but I dont want to have to type every single country in as an entry.   Is there a way to do a mass import? What is the best way to create a [...]

1.05.02 Broke my Layouts

What ever you guys have done since that last update has totally stuffed up my form layouts. I cant even change the position of the labels any more from the web gui. All I have done is update the plugin as per the instructions. The update worked fine, got no errors.   Here is a [...]

Add Language to Hidden Field

Hi Guys How would I add the current wordpress languge variable to a hidden field when the form loads on a page. This is worpress variable I'm after – ICL_LANGUAGE_CODE. thanks

Change Section Heading value based on language

Hi Guys   I have a section heading with a value of “Organisation Information” that I need to change to “Organization Information” when the ICL_LANGUAGE_CODE = us   I've already got a custom function that changes the field value based on this, see below   //Function to add the current language code to the form [...]

Style the “Already Submitted” text

Hi Guys How do I style the text that is displayed when someone tries to submit a form that they have already submitted and they are only allowed to submit once. The text I am seeing that I want to style is.. “You have already submitted that form” I’d like to be able to customize [...]

Extra tags inserted

Hi Guys I need some help trying to figure out why extra <p> tags are being inserted into my form. You can see them after the label for each input item on this page. http://www.mav7.com/professional-server/ Can some one please tel me how to remove these extra <p> tags, I’m not adding them at all.  

Check Box Alignment Problem

checkboxes

Hi Guys I’m having a problem with Check boxes not aligning. Attached is an image with my form settings and the resultant form. I’m trying to get the check boxes in one row like this Email    X    Phone    X     Mobile      X I’ve tried all different options but none [...]

Change Form Recipient Based on Country

Hi Guys I need to send my form to different email addresses based on the country selected in in my form. Here is the link to my form http://www.mav7.com/market-data/esginal/ I’m using the below function in my functions.php can you please take a look at it and tell me why I’m not getting the emails. I’ve [...]