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