philipC-4
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
| Status | Topic | Supporter | Voix | Publications | Nouveauté |
|---|---|---|---|---|---|
|
How to make all custom fields required
Commencé par : philipC-4 in: Toolset Professional Support |
|
2 | 9 | Il y a 4 years, 8 months | |
|
Email form to Customer when submitting
Commencé par : 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 | Il y a 4 years, 10 months | |
|
Custom Fields Calculations
Commencé par : 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 | Il y a 4 years, 10 months |