Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add push_populate field for links_to_form fields #362

Closed
signebedi opened this issue Oct 10, 2024 · 0 comments
Closed

Add push_populate field for links_to_form fields #362

signebedi opened this issue Oct 10, 2024 · 0 comments

Comments

@signebedi
Copy link
Owner

This is a nested key-value mapping. What it does is pushes values from a linked form to fields of the current form onChange.

push_populate:
  current_form_field_1: linked_form_field_1
  current_form_field_2: linked_form_field_2
  current_form_field_3: linked_form_field_3

These fields must exist in the current form config, but they need not be of any particular input type ... though there may be unexpected behaviors if types do not match. The recommended approach may be that these are hidden fields. I think this all is done in the javascript.

Originally posted by @signebedi in #280 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant