Do you need to customize the functionality of your InGo Widgets directly from the source code? Well, you can do this via InGo's list of Widget Parameters. The following parameters should be inserted into the Widget code, with only a space separating each individual parameter.
Activator Widget
- Change the color of the Manual Registration button:
data-ingo-register-color="any css color"
- Disable/remove the Manual Registration button:
data-ingo-disable-manual-fields="true or false"
- Change the Manual Registration option from a link, to a button:
data-ingo-show-manual-as-button="true or false"
- Hide the "Notification" feature permission:
data-ingo-fields.allowNotify.hide = "true or false"
- Remove the "manual dropdown fields":
data-ingo-register-display-fields="true or false"
- Change the width of the Widget:
data-ingo-ui.width="__% or __px"
- This parameter supports % or px. Meaning, you could use 100% to fill the parent block, or select a specific pixel width for the widget, for example 400px
Amplifier Widget
- Change the width of the Widget:
data-ingo-ui.width="__% or __px"
- This parameter supports % or px. Meaning, you could use 100% to fill the parent block, or select a specific pixel width for the widget, for example 400px
Comments
0 comments
Please sign in to leave a comment.