How can I adjust the width of the form. Right now it is too wide for the page it is on.
Also, how can I adjust the width of the fields?
How can I adjust the width of the form. Right now it is too wide for the page it is on.
Also, how can I adjust the width of the fields?
Hi MainRoad
To adjust table width, you may go to html view of editor where you will find the following line
<table style="width: 100%;">
change this to your desired width. for example
<table style="width: 500 px;">
To adjust field width refer the knowledge base
Regards
XYZScripts Team
You must log in to post.