Hi @alrehman97,
I am sorry to know that you are experiencing this issue.
I noticed the issue on the mentioned URL but couldn’t find what might be causing that, and I wasn’t able to see any error in the browser console.
I suspect if a plugin or theme is conflicting and causing the issue.
Can you please export the form and share it with us using Google Drive or DropBox to check this on a test site at our end?
ref: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export
We are looking forward to hearing back from you and helping you further.
Kind Regards,
Nebu John
I have tested and it looks like it is the theme issue.
Is there any quick fix you recommend? Any CSS to disable the duplicate dropdown?
I have managed to disable the view from the frontend with the help of the following CSS:
.ui-selectmenu-button.ui-button {
display: none;
}