grav-plugin-form icon indicating copy to clipboard operation
grav-plugin-form copied to clipboard

Grav Form Plugin

Results 115 grav-plugin-form issues
Sort by recently updated
recently updated
newest added

This issue has been mentioned before, but hasn't been addressed properly so far. Note: **This issue only occurs in front-end forms**, not when used in blueprints. The following form does...

I have some options: - Account Type: Flex Objects (experimental) for Users. - Session split false, one session for admin and frontend. - Sync User in Session enabled (Login plugin)....

Part in form: ```md process: basic-captcha: message: PLUGIN_SOGLFLEX.ADMIN.THERAPY.CAPTCHA_CHECKERROR ``` Result when error: The translation of other parts of the form is going well.

From a docs: https://learn.getgrav.org/17/forms/forms/fields-available#basic-captcha-field It works: ``` basic-captcha: type: basic-captcha placeholder: copy the 6 characters label: Are you human? ... process: basic-captcha: message: Humanity verification failed, please try again... ```...

Added surrounding spaces to minus-operator when `$first_num` is greater than or equal to `$second_num`