philipC-4
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
| Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
|---|---|---|---|---|---|
|
How to make all custom fields required
Gestartet von: philipC-4 in: Toolset Professional Support |
|
2 | 9 | vor 4 years, 8 months | |
|
Email form to Customer when submitting
Gestartet von: philipC-4
in: Toolset Professional Support
Problem: I would like to send an automatic email notification to the Customer Email, but the placeholder does not seem to work in the recipient settings of my automatic notification. Solution: Placeholders like %%CUSTOMER_EMAIL%% cannot be used outside of the subject and message areas of the automatic email notification. To send a notification to a specific email, you can insert an email custom field in the Form and choose that field as the recipient, or use a generic field to hold a User ID, or set up some custom implementation using the Forms API to programmatically select a recipient. |
|
2 | 12 | vor 4 years, 10 months | |
|
Custom Fields Calculations
Gestartet von: philipC-4
in: Toolset Professional Support
Problem: I have a Form where Users are asked to check off several sets of checkbox custom fields. I would like to calculate how many of each type of checkbox was checked, and display the total number of checked checkboxes of each type in the post template. Solution: Use the cred_save_data API and the Types Field API to determine which checkboxes were checked and add up the totals for each type of checkbox. Save those totals in 4 new custom fields, and display the values of those custom fields in the post template. Relevant Documentation: |
|
2 | 11 | vor 4 years, 10 months |