Hello all,
In Application Builder, I have a form at the top of the page, with a datasource (table) below it. Submitted entries from the form should appear in the table below, but how do I have the page refreshed (form reloaded and table reloaded) after the form has been submitted, please?
Many thanks!
Nick.
An Iframe loads a page inside a page and because of security restrictions, you cannot manipulate the parent page from the iframe page without custom code in both the iframe page as the parent page. They also need to run on the same domain.
The only alternative is to rebuild the form in the application builder using the form element and add two events:
- Create a new record
- Refresh the data source
Hello @frederikdc,
Many thanks for this and it is just the information I needed. I have rebuilt the form as you suggested.
Your help here is very much appreciated! 
All the best,
Nick.
1 Like