Assuming pieces is required, the following results were found.

  • Scripts & Pieces

    What are scripts and pieces? I have seen them in the advanced form settings but I have no idea what they do. Scripts and Pieces are the places to use if you need to add some custom functionality to your form. Developers can easily use those sections to...

    https://crosstec.org/en/support/online-documentation/breezingforms/10-advanced-settings/213-script-and-pieces.html
  • Packages

    any custom scripts that should be exported with your form, select them here. Piece Selection If you have created any custom pieces that should be exported with your form, select them here. Then click on the Continue button. You will be prompted to save...

    https://crosstec.org/en/support/online-documentation/breezingforms/9-getting-started/94-packages.html
  • BreezingForms Configuration

    the textareas in the advanced options should be. It applies to the sections where you can add your custom code (scripts and pieces) and descriptions in the form settings. Limit descriptions in listviews to XX characters. This field definesthe size of...

    https://crosstec.org/en/support/online-documentation/breezingforms/9-getting-started/96-breezingforms-configuration.html
  • CHECK IF EMAIL ALREADY ENTERED

    the name of that field in your form that you wish to validate. 3. Go to form's Advanced properties > More options > Form pieces and in the Before Form section set Type to Custom and in the code area below put the following code: if(...

    https://crosstec.org/en/blog/947-check-if-email-already-entered.html
  • Custom PHP Email - FROM Field Displayed as Submitter Name & Email Address

    edited and copied the code, go to Form Properties > Advanced Tab, and click on the "More Options" link. Go to the SUBMIT PIECES tab, to the END SUBMIT section, and click on the CUSTOM radio button. That will open a text area into which you should paste...

    https://crosstec.org/en/support/online-documentation/breezingforms/12-examples-scripts/143-from-field-as-name-and-email.html
  • Step 1: Gather information from BreezingForms

    on the form name, then click on the Advanced tab, then click "More Options". A modal window will open. Click on the "Submit Pieces" tab, and then under End Submit choose Type = Custom. Paste in the code snippet provided below. Code Snippet for Breezing...

    https://crosstec.org/en/58-virtuemart-documentation/578-step-1-gather-information-breezingforms.html
  • Thank You pages for a Multilanguage form

    you have a form in english, german and spanish, you should add a code like follows into a custom End Submit script (Submit pieces > End > Custom): $this->execPieceByName('ff_InitLib'); $lang = JFactory::getLanguage(); $i = $lang->getTag(); switch ($i) {...

    https://crosstec.org/en/support/online-documentation/breezingforms/12-examples-scripts/209-thank-you-multilang.html
  • Honeypot

    the name "message_text", then in its advanced settings, turn it off. - Go to form => advanced tab => more options => submit pieces => begin submit => click "custom" => enter this in the code box: $this->execPieceByName('ff_InitLib'); if(...

    https://crosstec.org/en/support/online-documentation/breezingforms/12-examples-scripts/210-honeypot.html
  • ADDING CUSTOM STYLING ONLY TO A SPECIFIC FORM

    styling only to a specific BreezingForms form. To achieve so, go to your form's Advanced properties > More options > Form pieces and in the Before Form set Type to Custom . In the code area below that appears, put the following code: echo ' // ADD CSS...

    https://crosstec.org/en/blog/948-adding-custom-styling-only-to-a-specific-form.html
  • DISABLE CERTAIN DAYS OF WEEK IN RESPONSIVE CALENDAR

    week so that users easier recognize that it can't be clicked on. Go to Advanced options of your form > More options > Form pieces > Before Form , set Type to Custom and paste the following code: echo ' JQuery(document).ready(function () {...

    https://crosstec.org/en/blog/946-disable-certain-days-of-week-in-responsive-calendar.html
  • CSS for iFrames

    could also echo the link rel inclusion as a BEFORE FORM piece. Form Properties > Advanced Tab > More Options Link > Form Pieces Then in the BEFORE FORM section, click on the CUSTOM button and add the following code: $this->execPieceByName('ff_InitLib');...

    https://crosstec.org/en/support/online-documentation/breezingforms/20-styling/147-css-for-iframes.html
  • Masked Input for Fields

    you are using masked input for. Now go back to BreezingForms to your form's properties > Advanced tab > More Options > Form pieces. In the "Before Form" section, click on the CUSTOM button. A text box will open. In that box, enter the following code:...

    https://crosstec.org/en/support/online-documentation/breezingforms/12-examples-scripts/67-masked-field-input.html
  • Limit the Number of Submissions

    by creating a BEFORE FORM PIECE. To do that, go to your form's properties > Advanced Tab > More Options, then click on the PIECES tab. In the BEFORE FORM section, click on the "Custom" radio button and add the code below. IMPORTANT: You will need to...

    https://crosstec.org/en/support/online-documentation/breezingforms/12-examples-scripts/83-limited-number-of-submissions.html
  • Turn a Section Off for Registered Users

    If a registered user is filling in a form i don't want to collect information about him that we already know, such as name, surname, address, etc. But if a new user fills out the form, then I want that information collected. Is there a way to do that?...

    https://crosstec.org/en/support/online-documentation/breezingforms/12-examples-scripts/95-turn-section-off-for-registered-users.html
  • Capture URL the Form was Submitted From

    the form with the new element. Then, within your form's properties, go to Advanced > More Options. Then click on the FORM PIECES tab at the top of the popup screen. In the first section (BEFORE FORM), click on the CUSTOM button. In the field that opens...

    https://crosstec.org/en/support/online-documentation/breezingforms/12-examples-scripts/123-capture-submitted-form-url.html
  • Send Field Values to a Different URL

    right after the submit. To do this, go to your form's properties > Advanced Tab > More Options. Then click on the SUBMIT PIECES tab and scroll down to the END SUBMIT section. Click on the CUSTOM radio button, and in the textarea that opens, add the...

    https://crosstec.org/en/support/online-documentation/breezingforms/12-examples-scripts/111-send-field-values-to-different-url.html
  • Injecting CSS Files into a Form

    To do so, echo the link rel inclusion as a BEFORE FORM piece. Form Properties > Advanced Tab > More Options Link > Form Pieces Then in the BEFORE FORM section, click on the CUSTOM button and add the following code:...

    https://crosstec.org/en/support/online-documentation/breezingforms/20-styling/129-inject-css-files-into-form.html
  • Custom PHP Email That Includes Attachment

    edited and copied the code, go to Form Properties > Advanced Tab, and click on the "More Options" link. 5. Go to the SUBMIT PIECES tab, to the END SUBMIT section, and click on the CUSTOM radio button. That will open a text area into which you should...

    https://crosstec.org/en/support/online-documentation/breezingforms/12-examples-scripts/746-new-custom-php-email-that-includes-attachment.html
  • How to Add Google Analytics Code

    don't want to create a separate article, you can also paste the below into your form => advanced => more options => form pieces => before form => custom. This will make sure that the analytics code is only executed when the form has been successfully...

    https://crosstec.org/en/support/online-documentation/breezingforms/22-more/78-add-google-analyticys.html
  • Redirect User to a Different URL based on Select-list Choice

    Save your element properties, then save your form. Now go to your form's properties > Advanced tab > More Options > Submit Pieces tab. In the END SUBMIT section, click on the "Custom" radio button. In the text area that opens, enter the following code:...

    https://crosstec.org/en/support/online-documentation/breezingforms/12-examples-scripts/69-redirect-user-to-different-url-based-on-select-list.html

Results 1 - 20 of 24

Special Offer

Sale! All subscriptions at a special price!

Includes prio support, all of our current and future Joomla!® extensions and Joomla!® templates for the duration of your membership.

Get it from here

3rd Party Discount - 25% Off

We help you to keep your costs under control. If you are a new member and purchased a form building tool from a different form vendor, then you'll get a 25% discount on our subscription plans.

How to receive the discount:

Send us a quick email to sales@crosstec.org with a proof of purchase (for example a paypal receipt), await payment instructions and enjoy your membership!