• Resolved jahrl

    (@jahrl)


    Can I use data from a field (posted by others) to be choices for a new posting?

    Ex. One user post a form (Practitioner) with a “Team role – Team leader/creator (name the team)” that trigger a conditional logic and new field “Team name” appear. Then another user can choose to (via the same form) join that team “Team role – Join an existing team (Get the name…) Does my question make sense? I want it to be dynamic and not let the user add it manually!

    How can I remove the blue-border on mouse-over, see “Allergies or other food req”. Why do some fields have mouse over and some don’t? Only appear in forms from Forminator.

    Demo form built on this one pager, https://ix-jam.wce.solutions/#register (form Practitioner)

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @jahrl ,

    Can I use data from a field (posted by others) to be choices for a new posting?

    At the moment there is no option for dynamic fields in Forminator. However this feature is already on our Features list and our developers will be working on it.

    How can I remove the blue-border on mouse-over, see “Allergies or other food req”.

    There are custom styles for this field in Form styles that are adding this border:

    	.forminator-ui.forminator-custom-form-101.forminator-design--default .forminator-is_hover .forminator-input,
    	.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form-101.forminator-design--default .forminator-is_hover .forminator-input {
    					border-color: #17A8E3;
    							background-color: #E6E6E6;
    			}

    you would need to remove or change it.

    Why do some fields have mouse over and some don’t? Only appear in forms from Forminator.

    All fields have added classes for hover and active state, but on your site not all fields have CSS applied. It looks like there are custom styles for this form, however, your theme is rewriting some of the styles, so the border is not showing on all fields.

    You would need to use !important directive for those form styles if you want to override styles from your theme.

    kind regards,
    Kasia

    Thread Starter jahrl

    (@jahrl)

    Hi

    thank you for this answer… I look forward to the use of dynamic fields!

    Regarding the blue border, can’t you make that a settings as the rest of the styling? As in your css I need one for each form, right?

    Thank you in advance
    .mange

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello @jahrl

    Hope you’re doing well today!

    There are no current settings for select hover color, I’ve already reported that to our developers, so they will provide a solution in a future update. ??

    Meanwhile, you will need a custom CSS rule to override that.

    Thank you,
    Dimitris

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dynamic fields’ is closed to new replies.