Can there only be one profile creation page?

I have a profile page when a user creates/updates fields and then the workflow updates a thing “user”. This all works fine.

I have however created a new profile page to replace the old one, but despite me having replicated all the steps of the old page, it doesn’t update the profile details when I click save and launch the workflow. It still works on the old profile page though. Am I missing something?

You must be, yes…

What exactly isn’t working, and why? (what does the debugger and server logs tell you)

There are no errors that show.

What is not working is that the save button workflow is set up to

  1. Make changes to the user (each field is set to change according to the input fields on the profile form). Each profile field has its initial content to show current user’s “field”.
  2. Refresh the page.

However the page doesn’t refresh and when I refresh it manually, it hasn’t saved the changes to the user’s profile.

Well what does it show then? (the debugger)

Hi Adam

I figured out the issue. I unchecked the “This input should not be empty” on one of the fields (CV file upload), and this made the save button work properly. Now I just need to figure out why that is

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.