nicholasH-6
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 |
|---|---|---|---|---|---|
|
Editor can’t edit a normal page
Gestartet von: nicholasH-6 in: Toolset Professional Support |
|
1 | 10 | vor 1 year, 7 months | |
|
Are you Sure? jQuery popup on Form Submit
Gestartet von: 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 | vor 3 years, 7 months | |
|
Make Field in Repeatable Group Form read only
Gestartet von: nicholasH-6 in: Toolset Professional Support |
1 | 2 | vor 3 years, 8 months | ||
|
Add delete button on Front End Relationship Form
Gestartet von: nicholasH-6 in: Toolset Professional Support |
|
2 | 3 | vor 3 years, 8 months |