We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a88ee4d + a1d20b0 commit 1b8340fCopy full SHA for 1b8340f
1 file changed
paystack-forms.php
@@ -120,15 +120,15 @@ function insertRadiob(){
120
QTags.insertContent('[radio name="Text Title" options="option 1,option 2,option 3"]');
121
}
122
QTags.addButton(
123
- "r_shortcode",
+ "cb_shortcode",
124
"Insert Checkbox Options",
125
insertCheckboxb
126
);
127
function insertCheckboxb(){
128
QTags.insertContent('[checkbox name="Text Title" options="option 1,option 2,option 3"]');
129
130
131
+ "dp_shortcode",
132
"Insert Datepicker",
133
insertDatepickerb
134
0 commit comments