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 Field Display in User Form
Started by: GamX in: Toolset Professional Support |
|
3 | 7 | 4 years, 6 months ago | |
Toolset freezes screen in Safari after last update
Started by: GamX in: Toolset Professional Support |
|
2 | 4 | 5 years, 12 months ago | |
USER FORM NOT UPDATING OR DISPLAYING FIELD VALUE
Started by: GamX in: Toolset Professional Support |
|
2 | 6 | 6 years ago | |
Form Name Not Updating
Started by: GamX
in: Toolset Professional Support
Problem: The issue her is that whenever the user changes their Form name the slug remains the same. Solution: |
|
2 | 13 | 6 years ago | |
wpv-conditional always thinks field value is empty
Started by: GamX
in: Toolset Professional Support
Problem: I am trying to write a conditional that tests whether a User profile custom field is empty, but the conditional doesn't seem to be working as expected. Solution: Instead of using the $(slug) syntax, use the types usermeta field shortcode in your conditional. [wpv-conditional if="('[types usermeta="1-1-hard-labor-symptom" output="raw"][/types]' ne '')"]The field has a value compared to a null string[/wpv-conditional] Relevant Documentation: |
|
2 | 6 | 6 years, 1 month ago | |
Float label left of field value
Started by: GamX
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case, with the following reply: https://toolset.com/forums/topic/float-label-left-of-field-value/#post-1166178 Relevant Documentation: |
|
2 | 3 | 6 years, 2 months ago | |
After Submit, keep displaying form AND show success message
Started by: GamX in: Toolset Professional Support |
|
2 | 2 | 6 years, 3 months ago | |
CSS: Add blank line/space below Toolset element
Started by: GamX
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
|
3 | 15 | 6 years, 3 months ago | |
Admin: delete all field values for User Field Group for specific user
Started by: GamX in: Toolset Professional Support |
|
2 | 3 | 6 years, 3 months ago | |
Auto-submit?
Started by: GamX
in: Toolset Professional Support
Problem: Is there a way for a form to submit automatically when the user leaves the page... instead of having to click a "Submit" button? Solution: There isn't such kind of feature within Toolset form plugin, it needs custom codes Relevant Documentation: |
|
2 | 5 | 6 years, 3 months ago | |
Display all drop-down (select) field values
Started by: GamX
in: Toolset Professional Support
Problem: Is there a way to display all values of a drop-down (select) field so that the user does not have to click to see the possible values? Solution: There isn't such kind of feature within Toolset form plugin, and it is default behavior of HTML select field. Relevant Documentation: |
|
2 | 3 | 6 years, 3 months ago | |
Clear User Form
Started by: GamX
in: Toolset Professional Support
Problem: Setup a clear button which will clear all field values inside that form and reset them to null. Solution: You can setup a "Clear" button with HTML code: <button type="reset" value="reset" id="clear">Clear</button> Then setup some custom codes to clear all field in the form, see details here: https://toolset.com/forums/topic/reset-user-form/#post-1137410 Relevant Documentation: https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data |
|
2 | 16 | 6 years, 3 months ago | |
Whether to create new User Field group?
Started by: GamX in: Toolset Professional Support |
|
2 | 3 | 6 years, 3 months ago | |
can form name = field name?
Started by: GamX in: Toolset Professional Support |
|
2 | 3 | 6 years, 3 months ago | |
Display _____ or placeholder if User Field submission is null
Started by: GamX
in: Toolset Professional Support
Problem: I'd like to display some User Fields embedded inside a paragraph, But is there a way to display a placeholder value instead (such as '_____' to indicate a blank). Solution: Yes, it is possible, you can use shortcode [wpv-conditional] to check if custom user field is empty, then display other content, for example: Relevant Documentation: |
|
2 | 5 | 6 years, 4 months ago |