$forms->getFromURL() method

Load form from URL (for embed method a or b)

This is intended to be called only by site/templates/form-builder.php

Usage

// basic usage
$formBuilderForm = $forms->getFromURL();

// usage with all arguments
$formBuilderForm = $forms->getFromURL(bool $render = false);

Arguments

NameType(s)Description
render (optional)bool

Specify true to render the FormBuilderRender object rather than FormBuilderForm

Return value

FormBuilderForm FormBuilderRender string

Exceptions

Method can throw exceptions on error:

  • Wire404Exception


$forms methods and properties

API reference based on ProcessWire core version 3.0.244

“Indeed, if ProcessWire can be considered as a CMS in its own right, it also offers all the advantages of a CMF (Content Management Framework). Unlike other solutions, the programmer is not forced to follow the proposed model and can integrate his/her ways of doing things.” —Guy Verville, Spiria Digital Inc.