jprats89
Forum Replies Created
-
Forum: Plugins
In reply to: [Flamingo] Messages can’t be loadedSame problem
WordPress 4.8.5
Contact Form 7 4.9.2
Flamingo 1.7I’ll fixed
The problem is that the account form’s action is empty, so it submits the information to the same page.
When I am in https://www.my-web.com/en/account/{username} it worked, but when I clicked in the change paswword tab the url changed to https://www.my-web.com/en/account/password/ the form didn’t reach anywhere
Solution: I override the account.php template changing the form action:
<form method=”post” action=”<?php echo um_get_core_page(‘account’) . um_user(‘user_login’) ?>”>Thank you for your help!
I’ve rest all and it is still not working when I user entry name as permalink instead of simple. I really dont know how to solve this problem because set the permalinks to simple is not an option.
Any idea? The problem is with urls, not with the config
I still have the same problem, I ‘ve followed all the steps in the doc and when I submit the delete account or change password form from the account page, I am redirected to the same page with no result and no error or successful messages.
Any other solution? Thank you very much
I think it is important the fact that when I try to change my name or surname or any content inside the account tab it works. the problem is in change password tab and delete account.
- This reply was modified 7 years, 4 months ago by jprats89.
Thanks for your answer,
I have this problem in the tabs inside the account page (change password and delete account), no the password reset page.
Regards.
Thanks for your answer. But what i need is very simple and I think that could be an easier solution so I will give you more details about my problem.
As I said, I have a custom field created in the registration form. I need a page from which the user could change the custom field, the name and the password, I dont mind if it is account page, edit-profile page or one new page.
Could you give me an faster solution?