The Experiment As a standard practice, we include the drag and drop user_id field on every form we build. Having the data in frm_item_metas makes user id related queries easier. We just ran an experiment on our development server to see what Formidable does with user_id values. This is the experiment: The hidden user id [Read More…]
Fomidable Forms (Lite)
Disable Formidable’s Inbox
To disable the display of inbox messages, use this code snippet to keep the inbox empty: View the code on Gist. To completely remove the inbox from the Formidable menu, use this snippet: View the code on Gist.
Add a Data Attribute to Any Input Field
HTML data-* Attribute HTML Global attributes give elements meaning and context. Global attributes are common to all HTML elements; they can be used on all elements, including Formidable’s input fields, though they may have no effect on some elements. One attribute that is particularly useful is the data-* attribute. The data-* attribute forms a class [Read More…]
Move Submit Button to Top of Form
Learn how to move a Formidable Forms submit button to the top of the form. [Read More…]