Hi @tceg
UM doesn’t have the Account form builder. You will have to customize it with UM hooks. Or if you’re confused, Profile is different from Account. The profile has the form builder and the Account has no form builder. Profile form should show in /user/ page and account form shows in /account/ page.
Regards,
Thread Starter
tceg
(@tceg)
Makes sense but is there a way to have the custom field I added to the registration for appear under account?
Hi @tceg
Unfortunately, this requires customization. You can check this tutorial on how to add the custom tabs with custom form fields.
Regards,
Thread Starter
tceg
(@tceg)
Hi @champsupertramp
Thank you for the response
I’ve gone through the tutorial and setup a profile form but nothing appears under the custom tab
Hi @tceg
Could you please provide the code that you’ve added? Likes this code snippet:
$mytab->add_tab( array(
"tab_id" => "mycustomtabname",
"title" => "My Custom Tab",
"button_title" => "Save",
"icon" => "um-faicon-users",
"position" => 0, // first tab in the Account form
"form_id" => 123,
"before_content" => "",
"after_content" => "",
"shortcode" => "",
) );
Regards,
Thread Starter
tceg
(@tceg)
I Use the exact code in the link you send just to see if it pulls through the profile form but nothing appears the tab, title and button is added.
-
This reply was modified 4 years, 9 months ago by
tceg.
Hi @tceg
Did you put anything in the attributes? It will display empty if you keep the exact code I’ve provided.
Try adding the values in the following attributes:
"before_content" => "",
"after_content" => "",
"shortcode" => "",
Regards,
Hi @tceg
Also, did you change the form_id in the code?
Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. 🙂
Regards,