NEX-Forms – Conditional Content Blocks
100% Original Content
All our products are 100% original and obtained directly from the respective developers. We do not modify, alter, or inject any code, ensuring you receive authentic, untouched premium files for your professional projects.
Safe & Secure Files
Your security is our top priority. Every file in our library is scanned daily using advanced premium security tools to guarantee they are 100% free from malware, viruses, or hidden scripts that could harm your website.
Lifetime Updates
Never worry about your website becoming outdated. Once you purchase, you receive access to all future versions and updates. You can easily track and download new releases directly from your personal dashboard.
GPL Licensed & Legal
All items are distributed under the General Public License (GPL). This provides you the legal freedom to use these official products on as many websites as you wish without any restricted domains or limitations.
🚀 Unlimited Power with VIP Membership!
Stop paying for individual items. Get instant access to our entire premium library with a single, affordable subscription. Boost your development speed today!
Product Description
The "NEX-Forms – Conditional Content Blocks" add-on is a powerful tool that enables dynamic content changes in emails and PDFs based on user selections or inputs within forms. Here's how it functions and its usage:
How It Works:
- Conditional Logic Blocks: This add-on lets you conditionally display specific content blocks within your emails or PDFs based on the values users select or input into your forms.
- Shortcode Structure: The shortcode structure determines what content gets displayed based on the conditions set:
[nfccb field="field_name" value="conditional_value"]Content displayed if the field’s value is equal to the value specified[/nfccb]
Replace "field_name" with the name of the field in your form and "conditional_value" with the specific value that triggers the content display.
Scenario Example:
Let's say you have a field named "Product" and you want to display different content based on whether the user selects "A" or "B":
- For "Product A" selection:
[nfccb field="product" value="A"]You have chosen product A and here is relevant information about it, etc.[/nfccb]
- For "Product B" selection:
[nfccb field="product" value="B"]You have chosen product B and here is relevant information about it, etc.[/nfccb]
Usage in Content:
You can place these shortcodes within the same area in your HTML or plain text body. Only the content associated with the selected value will be displayed.
Example:
[nfccb field="product" value="A"]Content for Product A[/nfccb]
[nfccb field="product" value="B"]Content for Product B[/nfccb]
Other Conditional Areas:
Apart from content, these conditional blocks can also be applied to:
- Email Recipients: Change recipients based on user selections.
- Email Subjects: Modify the subject line based on form inputs.
- From Address & Name: Change the sender's email address and name conditionally.
- Redirects After Submit: Redirect users based on their form choices.
By using these shortcodes with conditional logic, you can create highly personalized and dynamic content experiences within your emails, PDFs, and other form-related attributes based on users' form selections or inputs.
