-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Labels
Description
This is a (multiple allowed):
-
enhancement
-
feature-discussion (RFC)
-
BootstrapUI Version: dev-develop
-
Bootstrap Framework Version: 4.3.1
-
jQuery: 3.3.1
What you did
Tried to create a postlink with <?= $this->Form->postlink() ?>, but the method is missing in Bootstrap's FormHelper.
Expected Behavior
Create a Link with a Form, like the FormHelper's postlink() method does to access Actions with $this->request->allowMethod('post')
Making use of Bootstrap Modal could be good for confirm messages.
dereuromark