How to put CSS code to cred_field?
[cred_field field='user_login' class='form-control' output='bootstrap' style=" border: 5px solid red;"]
Like this can?
1) I am not exactly sure what you mean by webhook to google sheets, do you mean you want to enter the details to a google sheet ?
In such case you should be able to capture the form data using the form API like cred_save_data where you can use your custom function to process the form and send the details to google sheet https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data
3) You cannot add a inline style for the cred_filed instead add a class attribute like [cred_field field='user_login' class='form-control' output='bootstrap' class="my_class"] and use the Custom CSS editor Below the form editor to add the CSS snippet for the field. Check the attached screenshot.
The checkbox issue seems more like the style from themes are affecting the checkbox styles you might have to add some custom css to modify them. Can you please share the url where the issue can be seen so that i can help with some custom styling
Sorry in your case you may not need that code. The code is to display the role of each user.
Since you just want to display the list of users registered on your site, You can follow the below steps
1) Goto Toolset > Views , Create a new view with Users , Select the list of Roles that needs to be queried by the view
2) Scroll down to the loop editor and click on Loop wizard, Where you can choose the predefined output format in which each user details needs to be displayed
3) Select the Fields that needs to be displayed for each user in the Loop wizard popup.
4) To edit the display styling further you can scroll down to Templates for this View click on Stop using Block Editor for this Content Template and then you will see the user fields display there. You can wrap each fields in desired HTML elements
1) I already follow your suggestion , as shown in the picture the , I already made the user view
2) But when I want to put it at the page , the user view was unseen (It's still have)
3) After use this "empty" user view, the results is
" Error while retrieving the View preview. The selected View (ID: undefined) was not found. "