HOC Release Notes 3.0.12.5 (November 28 - December 5)

New Features:

Expand or collapse content Form Builder ability to filter lookup picklist using the result of another single select picklist (LHH-18282)

With this new feature, our form builder can now filter picklist results based on another field in the form. For example, if a form displays a long list of Project Sites populated from a Salesforce list view, users can first select a region. Then, the Project Site field will dynamically display only the project sites within that selected region. This functionality is made possible by assigning an ID to each field.

Expand or collapse content Form Builder: Auto Submit feature (LHH-20408)
  • A new setting has been added to the form builder to enable the auto-submit feature.
  • When this setting is enabled, form data is automatically submitted as soon as a user clicks the form link or button. The form itself will not be displayed, and the data will be processed immediately.
  • The button or link that submits these forms should have the same structure as the button used to open a modal form.

For example, the code below would be added to the source section of a page or Listing Block. You would replace <FormId> with the actual Form ID and <Parameters> with any value being used for the form.

<a class="button open-form-modal" data-form-id="<FormId>" data-url-parameters="<Parameters>" > Button </a>

The Enable Auto Submit settings is under Advanced Settings in the Form Builder.

Expand or collapse content Update Social Media Icons (LHH-20450)

We updated the icons for the Social Media block.

Improvements:

Expand or collapse content Add autocomplete suggestions in "Filter Value" with reference to fields (LHH-20461)

Form IDs are now included in the auto-complete suggestions for filters.

Expand or collapse content Form Builder: Set Minimum Value with Calculate Field (LHH-20514)

We’ve added a new option that allows you to set a minimum value for a Calculate field. Additionally, this minimum value can be dynamically based on another field.

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.