Live options

WordPress forms with dynamic dropdowns

Embed forms on WordPress whose dropdowns load live options from APIs, n8n workflows, CRMs, PSAs, RMMs, or internal systems.

Direct answer

FormNode lets WordPress sites display dynamic dropdown forms where the options come from live webhooks or APIs. WordPress renders the page, while FormNode loads field options and validates submissions.

Best fit

Use FormNode when WordPress is the page, not the workflow engine.

  • Customer-specific product selectors
  • Site or location pickers
  • License request forms
  • Department-specific request routing
Workflow pattern
Build the dynamic fieldEnable dynamic data on a FormNode dropdown and point it at a webhook endpoint.
Return option JSONHave the endpoint return value/label options for the current customer or request context.
Embed the formPlace the hosted FormNode form on WordPress through the plugin.
Submit structured valuesSend both visible labels and source-system IDs to the automation workflow.
Payload

Structured data out, not just email notification.

The workflow receives source-system IDs instead of free-text answers, which reduces manual cleanup after the WordPress form is submitted.

Common fields
Useful fieldsCustomer, Location, Product, License, Device, Department
Common questions

Can WordPress forms have dynamic dropdowns?

Yes. FormNode handles dynamic dropdown loading while the WordPress page embeds the hosted form.

Can dropdowns depend on another selected field?

Yes. FormNode supports cascading fields, so a child dropdown can reload after a parent value changes.