We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88ee4d commit a1d20b0Copy full SHA for a1d20b0
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