App Engine Studio Custom Portal Record Submission - Stop Requiring Fields After Submit

Yep
Tera Expert

Hello,

 

I have a custom App Engine Studio Portal and it his a (I think its called this its been a while) "Form" component thats pulls field off a custom table using a specific view. My problem is after users hit the "Submit" button it will do a pop up saying it worked etc. then it will clear the fields entered and set the fields to mandatory with the typical red ring circling around the fields. Users are confused by this red circling. Any ideas on how to make it keep the standard non-red field but still show the required "*"? Thanks!

1 ACCEPTED SOLUTION

Yep
Tera Expert

Never found an answer to this problem. So I created a page to redirect them to after they hit the submit button. Used a "Link to destination" event handler added on a button component.

 

For those who don't know: Select a component (ex: a "Button") > "Events" (inside configuration panel on right side of screen) > "Add event handler" > "Link to destination" > "Select destination" > Then either "Pages" or "External URL". I was not able to hard code the path and do a "target=_self" for any links. Even when using the "Mode" = "Script".

 

I'm on version 26.0.35 of UI Builder if that's relevant to anyone.

View solution in original post

1 REPLY 1

Yep
Tera Expert

Never found an answer to this problem. So I created a page to redirect them to after they hit the submit button. Used a "Link to destination" event handler added on a button component.

 

For those who don't know: Select a component (ex: a "Button") > "Events" (inside configuration panel on right side of screen) > "Add event handler" > "Link to destination" > "Select destination" > Then either "Pages" or "External URL". I was not able to hard code the path and do a "target=_self" for any links. Even when using the "Mode" = "Script".

 

I'm on version 26.0.35 of UI Builder if that's relevant to anyone.