Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nellopa

    (@nellopa)

    Solved thanks

    Thread Starter nellopa

    (@nellopa)

    I found it in 2 places that are not looking like the right one because both of them are in the case that the option hide email is activated. Am I wrong? Thanks in advance.

    if(get_option(OPTION_RSVP_HIDE_EMAIL_FIELD) != “Y”) {
    $form .= rsvp_BeginningFormField(“”, “rsvpBorderTop”).
    RSVP_START_PARA.”<label for=\”mainEmail\”>”.__(“Email Address”, ‘rsvp-plugin’).”</label>”.RSVP_END_PARA.
    “<input type=\”text\” name=\”mainEmail\” id=\”mainEmail\” value=\””.htmlspecialchars($attendee->email).”\” />”.
    RSVP_END_FORM_FIELD;
    }

    if(get_option(OPTION_RSVP_HIDE_EMAIL_FIELD) != “Y”) {
    $form .= rsvp_BeginningFormField(“”, “rsvpBorderTop”).
    RSVP_START_PARA.”<label for=\”attending”.$a->id.”Email\”>”.__(“Email Address”, ‘rsvp-plugin’).”</label>”.RSVP_END_PARA.
    “<input type=\”text\” name=\”attending”.$a->id.”Email\” id=\”attending”.$a->id.”Email\” value=\””.htmlspecialchars($a->email).”\” />”.
    RSVP_END_FORM_FIELD;
    }

    Thread Starter nellopa

    (@nellopa)

    Could you be a bit more specific? The file rsvp_frontend.inc.phd is quite long…
    Thanks

    Thread Starter nellopa

    (@nellopa)

    Thank you very much, I solved the first problem for the point 2:
    In the rsvp page I want to change the text relative to the email address.
    For now I have an anonymous

    Email address:

    How can I change the text???

    Thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)