• Go to Formidable Forms Official Site
  •  Login
  •  

Log In

Forgot Password

Search

Formidable Forms Community Site

Hire A Pro

Jeff Thomas

https://grandesigns.net

star_full star_full star_full star_full star_full
(1)

I have been helping clients solve tricky problems with Formidable since early 2012. My clients range from small businesses to regional and national nonprofits.

Skills

HTML/CSS, Web Design, Javascript, Advanced Views, Advanced Form Creation, Customize PHP Examples, Advanced PHP

View All Votes

Skyswoop
by Sean Helmes

26 25

Contesty.com
by Emily Baker

18 10

CINE Awards System (CAS)
by Stephen Brody

1 5

Escapade
by Maria Maso

1 3

The Luxury Spa Edit
by Chris Brown

1 5

Paint The Coast
by Diane Minks

2 4

Imran Khan Cancer Appeal (IKCA)
by Michelle Moss

1 2

NoBo Art District
by Angela Bowman

2 4

+ Add my Masterpiece

  • 1
  • 2
  • 3
  • ...
  • 20
  • Next Page»


Hook Examples

Link thumbnail to full size images with multiple uploads

If you are using the multiple file upload option, and want the thumbnail to link to the full-sized image, add this to your theme functions.php or a new plugin. Then, in your View, use [25 link_full=1] but replace 25 with the ID of your field.
See example >
Stop default templates

On some sites, you may decide the default templates aren't helpful to you or your clients. In this case, you can delete the templates from your forms list, and use this example to prevent them from being regenerated the next time Formidable is updated.
See example >
Dropdown dynamic user roles

I was presented with a task to create a dynamic dropdown that would pull users of a certain role from the wp_user table and be able to use their email address as a value.  This dropdown also had to use different values for the options.

I saw that the basic show_user_dropdown listed in the support pages just showcased the basic use where it would return as:

<option value = user>user</option>
<option value = user>user</option>

What I wanted it to display as:

<option value="">                    </option>
<option value="user@user.com">User</option>
<option value="user2@user.com">User 2 </option>
<option value ="1"> - not listed - </option>

With this code I was able to meet the requirements and have provided comments in the code if you would like to modify to suit your needs.

See example >
  • «Previous Page
  • 1
  • ...
  • 59
  • 60
  • 61
  • 62
  • 63
  • ...
  • 84
  • Next Page»

Create Multiple Entries in Form B from a Repeatable Field in Form A

Tutorial and code example for creating multiple entries in one form from a repeatable field in another.
by
Redirect to URL in a new tab

How to redirect to URL on submit, and open the URL in a new tab
by
Autopopulating Dropdown Fields with Autocomplete Enabled

When autocomplete is enabled on a dropdown field, your standard code will not work to autopopulate it.

If you insert any kind of javascript that intends to alter a dropdown field which has . . . autocomplete enabled, the following code snippet has to be added in order for any changes to be reflected : $("select[name='item_meta[123]']").trigger("chosen:updated"); . where item meta[123] is the dropdown field which you are trying to alter.

That little snippet is required for not just conditionally selecting a default value, but also for conditionally hiding / showing certain dropdown options, etc.

by
  • «Previous Page
  • 1
  • 2
  • 3
  • 4
  • ...
  • 71
  • Next Page»

Please log in to complete this form

What others are saying about Jeff Thomas

There aren't any reviews for this developer yet.