You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im adding a custom link type for a formie form now I want to hide the link value field. It wil be a form popup.
See the screenshot the checkbox right hidden is checked "verbergen"
But now it shows this:
Looking with the inspector it does seem to be link value: name="fields[button][0][linkValue]"
Steps to reproduce
Create a custom link type and hide the link value field
Craft CMS version
4.8.6
Plugin version
1.1.25
Multi-site?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered:
You can't hide the linkValue field, that's the one required field you need to include. Whilst you can create a "custom" link type in this fashion, I'd recommend a proper element link type.
Describe the bug
Im adding a custom link type for a formie form now I want to hide the link value field. It wil be a form popup.
See the screenshot the checkbox right hidden is checked "verbergen"
But now it shows this:
Looking with the inspector it does seem to be link value: name="fields[button][0][linkValue]"
Steps to reproduce
Craft CMS version
4.8.6
Plugin version
1.1.25
Multi-site?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered: