[VB Version App] Reset Form Inputs

Hi there,

I have a ResetPopup page displayed as pop-over modal
On confirmation I want to reset all input in the form.
But it says to me that Cross page references are not permitted


(Formulaire_recouvrement is page name where I have my form)

What solution could I have ?

Regards !
Sylvain

@Sylvain_Farnault

Assign that value to a app variable

App variables can be used across

Cheers

Does that means, if I have that

Then somewhere I have


My Formulaire_recouvrement.Radio_Button_TypeAgent.Value will be as well set to empty string ""?

Thx for your help
Sylvain

@Sylvain_Farnault

I gave about getting data

if reset is the one you want to do then ideally it would be reset when you move from one page to another

if not on page load set the value of the field with app variabel

cheers

@Sylvain_Farnault,

Refer this app for the sample.

A personal data input form with fields for first name, last name, email address, phone number, date of birth, and gender, along with submit and reset buttons is displayed on a webpage. (Captioned by AI)

PersonalDetailsApp.uiapp (346.1 KB)