Hi,
I want to make Error label visible true if Textinput is blank. I have written the code below.
If(Isblank(txtinput.text),Errormessage1.visible=true,Errormessage1.visible=false);
I don't want to create context variables becasue there are many fields in my form. So, I have to create for each field one variabele. when I click on create button and I need to validate the form.