GamX
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Conditional Block – check for form submittal using either: null or ''
Started by: GamX in: Toolset Professional Support |
|
2 | 8 | 3 years, 9 months ago | |
Output User Field Values into downloadable PDF
Started by: GamX
in: Toolset Professional Support
Problem: I would like to allow my site visitors to download a PDF file that includes some custom user fields. Solution: Use a View or a Content Template to output the desired custom User field values, and use print stylesheets to style the output. Users can print to PDF using the native browser print features. Related Documentation: https://codex.wordpress.org/Styling_for_Print |
|
2 | 3 | 3 years, 10 months ago | |
change from toolset views to blocks broke conditional search
Started by: GamX in: Toolset Professional Support |
|
2 | 7 | 3 years, 10 months ago | |
add blank line within form code
Started by: GamX in: Toolset Professional Support |
|
2 | 2 | 3 years, 10 months ago | |
Toolset Blocks vs Views?
Started by: GamX in: Toolset Professional Support |
|
2 | 2 | 4 years, 1 month ago | |
Critical error when updating Toolset Views plugin
Started by: GamX in: Toolset Professional Support |
|
3 | 5 | 4 years, 2 months ago | |
Compare user field values in Gutenberg Toolset Conditional block
Started by: GamX
in: Toolset Professional Support
Problem: Solution: ( ( '[wpv-search-term param="_success"]' != '' ) AND ( ( '[types usermeta="1-1-new-first-name" output="raw" current_user="true"][/types]' = '[wpv-user field="user_firstname"]' ) OR ( '[types usermeta="1-1-new-last-name" output="raw" current_user="true"][/types]' = '[wpv-user field="user_lastname"]' ) ) ) Relevant Documentation: |
|
2 | 5 | 4 years, 3 months ago | |
Capitalize Custom User Field value in Fields and Text Block
Started by: GamX in: Toolset Professional Support |
|
3 | 4 | 4 years, 3 months ago | |
Toolset Types + Gutenberg Editor => “Missing or invalid field data” error
Started by: GamX
in: Toolset Professional Support
Problem: I am unable to edit a post and I see an error "Missing or invalid field data" Solution: In this case, a required field in one of the collapsed field groups was empty. That field must be filled in to edit the post successfully. |
|
2 | 5 | 4 years, 5 months ago | |
What type of custom fields to use for online course – user fields? post fields?
Started by: GamX
in: Toolset Professional Support
Problem: Which kind of custom field should I choose? User field or Post field? Solution: If you are going to setup search form and query the users by those field, I suggest you try these: Relevant Documentation: |
|
2 | 6 | 4 years, 5 months ago | |
Toolset Forms disables revisions when editing in Gutenberg
Started by: GamX in: Toolset Professional Support |
|
3 | 8 | 4 years, 5 months ago | |
I will have quite a few of these statements on the page with up to 3 variables in each statement
Started by: GamX
in: Toolset Professional Support
Problem: Solution: Nesting the conditions may gain a couple of instructions executions, but I don't think it will be considerable. |
|
2 | 7 | 4 years, 6 months ago | |
Using Gutenberg Toolset Conditional block for User Fields/Forms
Started by: GamX
in: Toolset Professional Support
Problem: Hello, I'm trying out the Toolset blocks in Gutenberg, but am having trouble translating what works in straight HTML vs what I need to place inside the Toolset Conditional block. Solution: Please try these: ( ( '[types usermeta="userfield1" output="raw" current_user="true"][/types]' = '1' ) AND ( '[wpv-search-term param="_success"]' != '' ) ) And test again. Tip: Within shortcode [types ...][/types], you need to use double quotes instead of single quote Relevant Documentation: |
|
2 | 5 | 4 years, 6 months ago | |
wpv-conditional: How to check Form ID value inside URL Parameter
Started by: GamX
in: Toolset Professional Support
Problem: Use option "After visitors submit this form: Keep displaying this form" in post form, Why is _1 added to my form inside the parameter? Is this always the case, or would it ever be different? How can I best refer to a specific form ID inside the URL parameter? Solution: The _1 is form instance number, for example if you are displaying same post form(ID 3351) in same page multiple times, you will get multiple instances post form(ID 3351), you will get different URL parameters: 3351_1, 3351_2 ... Relevant Documentation: https://toolset.com/documentation/user-guides/views/conditional-html-output-in-views/ |
|
2 | 7 | 4 years, 6 months ago | |
Assign value to hidden user field depending on value of a submitted user field
Started by: GamX in: Toolset Professional Support |
|
2 | 4 | 4 years, 6 months ago |