@nick7961
You must have the UM shortcodes on separate pages:
Profile
Login
Registration
Password reset
Account
Member directory
Read these guides:
https://docs.ultimatemember.com/article/210-ultimate-member-shortcodes#pages
https://docs.ultimatemember.com/article/38-pages-tab
Thread Starter
Nick
(@nick7961)
You mean I’ve to put shortcodes in just one place…
I’m using popup for login & register (using shortcode)
and i also have separate page for login & register (also using shortcode)
@nick7961
Try to deactivate the popup.
Thread Starter
Nick
(@nick7961)
Thanks @missveronicatv…I will check that…and one more thing, I’m also getting this error (Input elements should have autocomplete attributes)..any idea how to fix this??
@nick7961
autocomplete is being set to off for input statements.
Which page are you having this issue with?
Thread Starter
Nick
(@nick7961)
As you can see here i’m getting this error in console (https://prnt.sc/MGvZLYMCkpOf)
@nick7961
This requires customization using this UM filter hook:
/**
* UM hook
*
* @type filter
* @title um_{$key}_form_edit_field
* @description Change field HTML on edit mode by field $key
* @input_vars
* [{"var":"$output","type":"string","desc":"Field HTML"},
* {"var":"$mode","type":"string","desc":"Fields Mode"}]
* @change_log
* ["Since: 2.0"]
* @usage add_filter( 'um_{$key}_form_edit_field', 'function_name', 10, 2 );
* @example
* <?php
* add_filter( 'um_{$key}_form_edit_field', 'my_form_edit_field', 10, 2 );
* function my_form_edit_field( $output, $mode ) {
* // your code here
* return $output;
* }
* ?>
*/
Thread Starter
Nick
(@nick7961)
Thanks for your help…But i don’t have any experience with PHP stuff..so It would be really great if you can share how to clear these errors or any documentation you have about these fields..
Thread Starter
Nick
(@nick7961)
this code works….thanks you so much @missveronicatv
Hi @nick7961
Has the above solution provided by Miss Veronica resolved the issue? If so, please kindly mark this thread as “Resolved.”
Thank you!