Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ousselg

    (@ousselg)

    This is how I put it in:

    Link to the picture

    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?`

    • This reply was modified 4 years ago by ousselg.
    • This reply was modified 4 years ago by ousselg.
    • This reply was modified 4 years ago by ousselg.
    Thread Starter ousselg

    (@ousselg)

    Thanks for the effort.

    I added the css without any luck. I don’t know if you can what to do now.

    • This reply was modified 4 years ago by ousselg.
    • This reply was modified 4 years ago by ousselg.
    Thread Starter ousselg

    (@ousselg)

    I 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)