nicholasH-6
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
| Status | Topic | Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Editor can’t edit a normal page
Started by: nicholasH-6 in: Toolset Professional Support |
|
1 | 10 | 1 year, 5 months ago | |
|
Are you Sure? jQuery popup on Form Submit
Started by: 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 | 3 years, 5 months ago | |
|
Make Field in Repeatable Group Form read only
Started by: nicholasH-6 in: Toolset Professional Support |
1 | 2 | 3 years, 5 months ago | ||
|
Add delete button on Front End Relationship Form
Started by: nicholasH-6 in: Toolset Professional Support |
|
2 | 3 | 3 years, 6 months ago |