Viewing 1 replies (of 1 total)
  • Plugin Author mbeckerle

    (@mstaender)

    Hi,

    sorry, did not see the question. In such cases easiest is to just drop us an email to [email protected].

    I guess your usecase is something like an optional “I want to receive the newsletter” checkbox. In this case I would probably place it around the request. In the example I placed a check for the form name:

    if ($record->get_form_settings( ‘form_name’ ) == “Maileon Form”)

    However, you can also just query the value of a form field, here:

    if ($form_data[‘register_for_newsletter’] == “yourValue”)

    If the field “register_for_newsletter” yould pass value “yourValue”, the contact will be sent to Maileon, if not, nothing further will happen.

    Hope this helps,
    Marcus

Viewing 1 replies (of 1 total)
  • The topic ‘checkbox is active than send to mailon’ is closed to new replies.