philipC-4
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
| Status | Debate | Supporter | Voces | Mensajes | Caducidad |
|---|---|---|---|---|---|
|
How to make all custom fields required
Iniciado por: philipC-4 en: Toolset Professional Support |
|
2 | 9 | 4 years, 8 months ago | |
|
Email form to Customer when submitting
Iniciado por: philipC-4
en: 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 | 4 years, 10 months ago | |
|
Custom Fields Calculations
Iniciado por: philipC-4
en: 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 | 4 years, 10 months ago |