Replies: 3 comments
-
|
Hello @Abin-Sec ! SQLPage requires page reloads for dynamic behaviors, but you can use
|
Beta Was this translation helpful? Give feedback.
-
|
Hi, thanks for your reply and for the sample code. 1: About auto_submit = 1 and form action In my use case I need BOTH: dynamic dropdown refresh (like your example) and a normal action submission to store data. Is there a recommended way to keep auto_submit behaviour while still preserving the form action/save functionality? 2: Dropdown value gets fixed after first selection Another issue is that after selecting one item in the first dropdown: the selected value becomes fixed I cannot change it again to another option (2nd or 3rd item). It feels like the state is not refreshing correctly when used inside my modal + iframe structure. |
Beta Was this translation helpful? Give feedback.
-
|
You can use the button component with its form property to create custom form submission buttons: https://sql-page.com/component?component=button But in your case, the best is probably to have two forms: one that is dynamic, and one that is a traditional static form (that just passes the values from the dynamic form as hidden fields).
This is not what I observe: Screen.Recording.2026-02-11.at.11.39.26.mov |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I’m facing an issue while using select dropdown components inside a modal in SQLPage, and I would like to raise this for review.
Scenario
I have two select dropdowns inside a modal:
Both dropdowns fetch data from the same table
(uniform_resource_security_standards).The Weakness dropdown should load options dynamically based on the selected Category.
Expected Behavior
When a Category is selected:
Actual Behavior
Additional Notes
Question
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions