
Hi,
I am facing below issue with Power Apps portal using web forms
1. I have to show and hide multiple controls on the selection of Dropdown list using Javascript.
When I am writing my code in Custom JavaScript section of Web Form:
I am getting an Error that : "You have exceeded the maximum number of 10000 characters in this field.
2. I am working on a Power Apps portal using web forms. I am having a web form containing next button on the click of that button it is redirecting to another page. The issue is that I am not able to find that page in "Portal Management".
I had tried several forms but nothing seems success. So, can anyone guide me how can I find my next redirected page.
Please assist. Thanks in advance.
Hi @Anonymous ,
To your first issue, there are few options.
I strongly recommend to move your Javascript to separate Javascript file (its better is it can be cashed by the browser) - and just include it with <sript> tag there.
You can add the Javascript with Web Files functionality. (allow JS extension dynamics general settings for the attachments)
Another way is to increase this field length.
1. Go to Dynamics->Settings->Customization->Customize the system
2. Go to the Entities->Web Form Step -> Fields-> open adx_registerstartupscript.
3. Change Maximum Length to a bigger value.
To your second issue. If you cannot find the Page, please try to change view and find it again.
Hope this helps.
Sik