Gravity Forms: tracking form [closed]

Here is my rough idea. You might need to save the order status as Custom field value or Custom Taxonomy term. As you know, GF supports Hook and actions; gform_after_submittion might help in this case. In the action, you can read the tracking number, then run the query, then return the value to the form.

Gravity Forms, multiple conditions in shortcode

You can nest the singular and plural versions of the shortcode: [gravityforms action=”conditional” merge_tag=”{:3}” condition=”greater_than” value=”10″] [gravityform action=”conditional” merge_tag=”{:3}” condition=”less_than” value=”30″]Your value is greater than 10 less than 30[/gravityforms] [/gravityforms] More details on that here: https://gravitywiz.com/gravity-forms-conditional-shortcode/ – OR – You can use this snippet to create multiple conditions in a single shortcode: https://gist.github.com/spivurno/9db18385ed1d1f11a897bdfa8a1f2007 [gravityforms action=”conditional” … Read more

How to add urls in html widget in a gravity form? [closed]

I think the issues is with the Quotes your using in your html…. if what you have pasted is what you are actually using href=”http://strippersjob.eu/es/aviso-legal/” These href=”http://strippersjob.eu/es/aviso-legal/” quotes seem to be Typographic quotes and not acceptable html quotes. The Typographic quotes are not really opening or clossing the href attribute so you are getting weird … Read more

PHP -> SQL Query with Summing

Looking at this, I see that “Paid”, a string, isn’t in quotes. That would cause an error. You can add $wpdb->show_errors() and $wpdb->print_error() methods to reveal that, and any other mysql issues. Also when querying the database, you should use the $wpdb->prepare() method to escape and prepare your variables for query (yes $user->ID probably can’t … Read more

Merge tags in multistep Gravity Form?

This is possible with Live Merge Tags, a feature of Gravity Forms Populate Anything. If you’re looking to get your hands dirty with some code, Gravity Forms has an example of how this might work with a snippet on their docs for the gform_pre_render filter: https://docs.gravityforms.com/gform_pre_render/#3-populate-field-with-values-from-earlier-page

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)