Hi,
What do you see on the account page?
Can you please share a screenshot?
We have a personal account that differs from the standard one. It would be better to make a shortcode that allows the administrator to insert a telegram binding form in the user’s personal account. Now your form is not displayed, because the Elementor constructor is used to configure your personal account and these are not standard wordpress templates.
Please make a shortcode? I’ve already tried using the function myself, but I didn’t manage to do it well.
Adding a shortcode will not help because form submission needs to be handled server-side to save the Telegram ID, which is different for different forms/plugins.
So, if you can create an input that saves the value to user meta table with the key as wptelegram_user_id, you should be good to go. Just ensure to display all the instructions as given in the default user edit page.
