I am building the classic login/registration process following your documentation. I am currently facing the following two issues:
1. Registration form (Forms style sheets deactivated): cannot remove/hide checkbox field labels, showing field names (see picture). If I use display:none in CSS the checkbox disappears too because is part of the label. If the field-group already has a label why this other label is displayed ? how can I hide it ?
2. Login form: Wpv-login-form not shown
I am trying to: Simply display {!{wpv-login-form}!}, just put the shortcode on a new page
I expected to see: the standard Toolset/WP login form
Instead, I got: an empty page, nothing is displayed
The login page works fine but you have to be logged out to see it. See Screenshot
Also in order to have just the text alone beside the checkboxes you will need to set your agreement labels to the actual text that you want here hidden link
Hi Shane, sorry to bother you again about the label: in field group there is no way to enter a long descriptive label as required for these "confirmation" fields (accept privacy, terms and conditions, geolocalization, etc.), the Field Name is not suitable for this, I could use the Description but that's not displayed. Of course I could use the label in the form group but his one needs to be hidden. Any clue ?
thanks
Regards
Nicola
Hi Shane,
the solution works perfectly on the frontend, exactly what I was looking for, unfortunately the selection value (selected) is not stored in the db, opening the user profile the checkbox is unselected. Any clue ? this is the code
[cred_generic_field type='checkbox' field='wpcf-ut_privacy']
{
"required":0,
"default":"",
"label":" Dichiaro di aver letto e di aver compreso quanto indicato nella Informativa sulla Privacy di questo sito."
}
[/cred_generic_field]
[cred_generic_field type='checkbox' field='wpcf-ut_privacy']
{
"required":0,
"default":"",
"persist":1,
"label":" Dichiaro di aver letto e di aver compreso quanto indicato nella Informativa sulla Privacy di questo sito."
}
[/cred_generic_field]
Hi Shane,
still not working unfortunately. FYI in the meantime I noticed that if you get any form error that checkbox becomes deselected, other stay selected. Not sure it matters and not a problem for me.
Thanks
Regards
Nicola
Hi Shane
BTW this morning I reconnected to the site and strangely my registration form doesn't show up anymore on the registration page (it shows up well in Admin). I'm building my site following your instructions here https://toolset.com/forums/topic/classic-login-registration-process-issues/#post-1384625 so I've played with Access, but the form doesn't show up even if I disable Access page control. I double checked the form and the page, but I don't see anything wrong.
Thanks
Regards,
Nicola