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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: