|
Account supplement for members
Started by: frederiqueC
in: Toolset Professional Support
|
|
2 |
2 |
3 years, 2 months ago
Christian Cox
|
|
How to email parent post author without sharing ID or email in URL param?
Started by: himanshuS
in: Toolset Professional Support
|
|
2 |
3 |
3 years, 2 months ago
himanshuS
|
|
Create edit form which combines user fields and several custom post fields
Started by: cassianS
in: Toolset Professional Support
|
|
4 |
38 |
3 years, 2 months ago
cassianS
|
|
File Upload Validation
Started by: salimA
in: Toolset Professional Support
|
|
2 |
5 |
3 years, 2 months ago
salimA
|
|
create a session in user form
Started by: salimA
in: Toolset Professional Support
|
|
2 |
2 |
3 years, 3 months ago
Waqar
|
|
Toolset functionality
Started by: kathrynw
in: Toolset Professional Support
|
|
2 |
2 |
3 years, 3 months ago
Christian Cox
|
|
Unable to make the checkbox mandatory on CRED
Started by: himanshuS
in: Toolset Professional Support
|
|
2 |
8 |
3 years, 3 months ago
himanshuS
|
|
Create custom post when new user register
Started by: kelvinL-2
in: Toolset Professional Support
|
|
2 |
4 |
3 years, 3 months ago
Christian Cox
|
|
I wanted create two froms which are connected to each other
Started by: irfanA
in: Toolset Professional Support
|
|
2 |
8 |
3 years, 3 months ago
Christian Cox
|
|
Form tool suggestion
Started by: kaanA
in: Toolset Professional Support
Quick solution available
Problem: I would like to create a contact form for my site, but I do not necessarily want to create posts with this Form. I would prefer to use it strictly for sending email notifications.
Solution: Toolset Forms can send email notifications, but those forms will always create or edit some post. There is no easy workaround to prevent the creation of posts, but you could create a custom cron script that automatically deletes those posts at regular intervals if you do not want to keep them stored in your database.
|
|
3 |
8 |
3 years, 3 months ago
kaanA
|
|
Cred form javascript missing when called via PHP cred_form function
Started by: laneV
in: Toolset Professional Support
|
|
2 |
10 |
3 years, 3 months ago
Waqar
|
|
Split: Make fields mandatory based on another field
Started by: matthiasV-2
in: Toolset Professional Support
|
|
2 |
11 |
3 years, 3 months ago
matthiasV-2
|
|
Split: Send a different notification email after submitting based on whether or not the field is selected
Started by: matthiasV-2
in: Toolset Professional Support
|
|
2 |
8 |
3 years, 3 months ago
matthiasV-2
|
|
Conditional select field.
Started by: matthiasV-2
in: Toolset Professional Support
|
|
3 |
9 |
3 years, 3 months ago
matthiasV-2
|
|
Not allow to create CPT if custom field already exists.
Started by: jesusM-6
in: Toolset Professional Support
Quick solution available
Problem: I have a Form that creates new posts in a custom post type. One of the custom fields holds a telephone number. I would like to prevent the Use from creating a post if the telephone number they submit already exists in the database as a telephone number for another post.
Solution: Use the Forms API hook cred_form_validate to inspect the submitted custom field value. Create a custom post query that also queries posts by that custom field value. If any posts are found in that query, display an error message on the telephone field.
Relevant Documentation:
https://toolset.com/documentation/programmer-reference/cred-api/#cred_form_validate
|
|
3 |
7 |
3 years, 3 months ago
jesusM-6
|