I am trying to setup an email notification, I have a field ([cred_field scaffold_field_id='assigned-to' field='assigned-to' force_type='field' class='form-control uk-select']) that picks from all of the users (and I believe stores the user ID) however I cannot pick this field (or indeed any field) in the dropdown.
The site is behind a firewall currently unfortunately
Based on what I see your field is a regular select field that was created in Types.
However the form requires a Generic field that would provide the user id. This means you will need to use the generic field option in order to do this.
Is this list of users a static list that you populated?
Thank you Shane - there is an option at the end "This field value is an user ID, and should be included in the list of available recipients for notifications"
there is an option at the end "This field value is an user ID, and should be included in the list of available recipients for notifications"
Yes this field needs to be checked as this is the field that you will be using to send the email to the selected user.
Also, whilst this is listing the users it is not saving the data to the field.
You want the field data to be saved? It can be saved but on the backend you will only see the ID of the user in the field, not the username or any information like that.
Thank you Shane, This is now working (I had not put the wpcf- prefix into the field, which is why it wasn't working)
The final thing that is illuding me is that I want to notify whoever this is changed to (via a front end form) however, in the dropdown to select "When custom fields are modified" I cannot select this field?