nicholasH-6
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é |
|---|---|---|---|---|---|
|
Editor can’t edit a normal page
Commencé par : nicholasH-6 in: Toolset Professional Support |
|
1 | 10 | Il y a 1 year, 7 months | |
|
Are you Sure? jQuery popup on Form Submit
Commencé par : nicholasH-6
in: Toolset Professional Support
Problem: How to add a prompt (pop up) to ask "Are you sure?" on post form submit. Solution: Add the jQuery code below:
$('form#the_id').submit(function() {
var c = confirm("Click OK to Submit Note");
return c; //you can just return c because it will be true or false
});
Replace "the_id" with the generated ID for your form. Relevant Documentation: https://toolset.com/course-lesson/adding-custom-javascript-to-views-templates-and-archives/ |
|
2 | 3 | Il y a 3 years, 7 months | |
|
Make Field in Repeatable Group Form read only
Commencé par : nicholasH-6 in: Toolset Professional Support |
1 | 2 | Il y a 3 years, 8 months | ||
|
Add delete button on Front End Relationship Form
Commencé par : nicholasH-6 in: Toolset Professional Support |
|
2 | 3 | Il y a 3 years, 8 months |