My second form page/preview has broken images/styles. How can I fix this?

Top  Previous  Next

Most likely those relative paths to images/styles are specified in HTML templates.

So, please, specify absolute paths in all links, images etc. on your form pages. Otherwise, all relative paths would be relative to Form Processor Pro, but NOT to the page of your web-site. Or you may use HTML tag <BASE> to specify base URL:

<BASE HREF="URL_TO_PAGE">