ousselg
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Fixing WordPress
In reply to: Sepa checkbox not showing up on websiteThis is how I put it in:
I have managed to find the formbuilder.php page.
This is the code I found:
} $methods .= '<input type="hidden" id="rfmp_checkbox_hidden_' . $post . '" name="rfmp_checkbox_hidden_' . $post . '" value="0">'; $methods .= '<br>'; $methods .= '<label id="rfmp_checkbox_' . $post . '" style="display:none;"> <input type="checkbox" name="rfmp_checkbox_' . $post . '" value="1"> ' . __('I hereby give authorization to collect the recurring amount from my account periodically.', 'mollie-forms') . ' </label>'; } catch (Exception $e) { $methods = '<p style="color: red">' . $e->getMessage() . '</p>'; } return $methods; }Should I change something here?`
Forum: Fixing WordPress
In reply to: Sepa checkbox not showing up on websiteForum: Fixing WordPress
In reply to: Sepa checkbox not showing up on websiteI used the default mollie forms plugin
https://nl.ww.wp.xz.cn/plugins/mollie-forms/
I can’t see the option to edit the form, just the name of fields etc.
Any idea if we can use custom css to make show up?
Viewing 3 replies - 1 through 3 (of 3 total)