Method team,
I have made some changes and added fields to the "Contacts Portal Edit Profile" screen and am now getting an error when clicking the "Save" button.
I want the action to update the address, city, state and zip fields as the screen does for the first and last name fields. I copied the update field function for the name fields and changed the appropriate parameters so it updates the address fields.
However, when I login through the portal and make changes on the Edit Profile screen, I get an error that says, "Can't update field becuase it's not in the table."
Although when I set up the funtion I have the choice of selecting the right field from the table which is the contacts table. I even tried pulling the data from another table, and still no luck getting it to update.
Any thoughts on why the save function doesnt recognize the field and table?