Skip Navigation

[Resuelto] User Registration Form with check box to agree to terms & conditions

This support ticket is created hace 1 año, 6 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por larryB-3 hace 1 año, 6 meses.

Asistido por: Minesh.

Autor
Mensajes
#2608991
Screenshot 2023-05-22 at 12.38.12 PM.jpg
Screenshot 2023-05-22 at 12.37.58 PM.jpg

Tell us what you are trying to do? I created a user form and added a checkbox field to it and marked as a required field to get users to check the box that they are agreeing to terms and conditions (that I will eventually link to). Field is present but no check box is shown.

What is the link to your site?
enlace oculto

#2609081

Minesh
Supporter

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

It seems you are using wrong slug for that checkbox. What if you try to change the slug of your checkbox field to "terms-and-conditions" - Does that helps? if no:

Can you please share admin access details and let me check whats going wrong with your setup.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#2609229

Minesh
Supporter

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Can you please check now: enlace oculto

I've added the generic checkbox field as given under:

[cred_generic_field type='checkbox' field='terms-conditions' class='terms']
{
"required":1,
"default":"1",
"label":"I agree to this site's terms of service and privacy policy."
}
[/cred_generic_field]

#2609231

My issue is resolved now. Thank you!