• First: Hi, is it possible to create hidden fields? Such as chidden radio button, hidden dropdown etc where these fields can only be fulfilled by admin like in gravity form.
    I wanna do this to create custom form statuses like: Approved, Denied, etc

    Second: Is it possible to create unique ID automatically? This ID will be generated automatically as a registration number as soon as visitor submitted the form, the visitor will get copy of this ID and they can use the ID to query the form status on ninja table.

    FYI some of Gravity Form add ons has this feature and it very usable to create a registration form or admission form. you can check it out here: https://gravitywiz.com/documentation/gravity-forms-unique-id/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Tahmid ul Karim

    (@tahmidulkarim)

    Hello @readonecc,

    There are hidden fields in FluentForms that you can use to store certain data that won’t be visible in the front-end. If you want to create radio fields or dropdown fields that will be hidden in the form then in that case you can add a normal dropdown or hidden field and hide that in the form using the class ff-hidden in the container class of the field.

    You can also generate a random string in FluentForms using shortcodes in the default value of a field, see this screenshot. So, you can use the random string as the ID.

    Thank you.

    Thread Starter Mohammad Ridwanullah

    (@readonecc)

    Hidden fields using CSS it means we have to use pro version to edit the submitted entry, okay.

    I tried the random string you’ve given it works very nice, this is a cool feature without any doubt, and it will be more beautiful if we can choose numeric, alphanumeric, and sequential. Thank you in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hidden Field & Unique ID’ is closed to new replies.