How can you hide sections of a page based on certain conditions?

Posted by:

How can I hide specific sections of a page without using the ShowIf property in the page properties?

For example, I would like to display a section of the page containing credit card or eCheck fields/labels based upon the payment method chosen.

Currently, RiverStar Studio does not support disabling a block of fields or text on the page. However, our developers often work around this by simply wrapping a <div> tag around the text, fields or other objects that they want to ...

Continue Reading →
0

Where can I specify the default page layout?

Posted by:

The default page layout is specified in the Global Settings of your project book.

To set the default page layout:

  1. Create or edit your desired page layout object, as required.
  2. Go to Settings > Global Settings.
  3. Locate the Default Page Layout property.
  4. Select the desired page layout from the dropdown menu.
Continue Reading →
0

Where can I specify the HTML doc type?

Posted by:

The HTML document type declaration is an instruction to the web browser indicating what version of HTML the page is written in. Document types are generally specified using the <!DOCTYPE> declaration.

Although it is not an HTML tag, the DocType must be the very first thing specified within an HTML document (placed just above the opening <html> tag).

RiverStar Studio makes it easy to specify the document type:

  1. From the object browser, go to Settings > Global Settings.
Continue Reading →
0