Created
December 29, 2020 18:53
-
-
Save nathaningram/4cb54edefac26c1e9f1b02b5549c7554 to your computer and use it in GitHub Desktop.
Deconstruction: Brilliantly.net (Elementor Notes from Doug V)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| These notes were provided from DougV for using the concepts from this webinar in Elementor and WPForms. Thanks Doug! | |
| ============= | |
| Add Plugin | |
| https://wordpress.org/plugins/dynamicconditions/ | |
| Dynamic Conditions by RTO GmbH | |
| How to Show/Hide Elementor Section Based on URL | |
| ?ParameterName=ConditionalValue | |
| Select the element you want to hide | |
| Advanced > Dynamic Conditions | |
| Dynamic Tag = Request Parameter | |
| Then click the little wrench icon next to the Request Parameter box. | |
| Type = Get | |
| Parameter Name = (whatever parameter name you are passing from the form, e.g.: choice1) | |
| Compare Type = Text | |
| Conditional value = (whatever value the form is passing based on user input, e.g.: expensive) | |
| ?choice1=expensive | |
| https://www.mysite.ca/solutions/?choice1=expensive | |
| ++++++++++++++++++ | |
| Passing form parameters in url with WP Forms | |
| WP Forms > Settings > Confirmations | |
| Go to URL (Redirect) | |
| Confirmation Redirect URL: https://www.mysite.ca/solutions/?choice1={field_id="5"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Screen captures with notes:
Select the element you want to hide
Advanced > Dynamic Conditions
Dynamic Tag = Request Parameter
Then click the little wrench icon next to the Request Parameter box.
Type = Get
Parameter Name = (whatever parameter name you are passing from the form, e.g.: choice1)
Compare Type = Text
Conditional value = (whatever value the form is passing based on user input, e.g.: expensive)