adqadq
Forum Replies Created
-
Hello,
Sorry for double post, wondering how I can change the color of placeholder text (the text inside the label field) in registration form and login page also there is a chance to update the colors of auto-filled data? And last question how I can change the second field from “Password” to “Repeat password”? Please see attached image below:
Thanks for your time and help! 🙂
Regards,
AdrianHello,
Thanks for the quick reply, will check. 🙂
– have other question, there is an option to speedy up the account register? I mean, while someone is signing up, after filling the data and push the register button the time someone have to wait is about ~30seconds. Website is quick, only when someone want to register or login have to wait long time (it seems that is some kind of conflict between ultimate member and my website)Thanks for your time and help,
Regards,
AdrianHello,
Thanks for your reply! 😉
I’m using Leads Builder For Any CRM Pro with WordPress website and Ultimate member plugin. What I would like to add to the WP Users Sync is two extra hidden fields which I have added in Ultimate Member. Fields are called Brand and Source of lead. Fields are added by snippet code and code is below:
<?php
add_action(‘um_after_register_fields’, ‘add_a_hidden_field_to_register’);
function add_a_hidden_field_to_register( $args ) {
echo ‘<input type=”hidden” name=”Brand” id=”Brand” value=”ZoWy” />’;
echo ‘<input type=”hidden” name=”Source_of_lead” id=”Source_of_lead” value=”Z | register page” />’;
}
At the moment after new user is registered the data is going to CRM but without these fields. Are you able to help me with this, please?Thanks in advance,
A