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

    (@festarossa)

    Yep. I tested this with another selection and with other email that also began with letter p. Same result with extra quote mark in output. Also, the email will not be sent to that address due to this problem. Message is “Failed to send your message. Please try later or contact the administrator by another method.” Any other selection sends the email correctly to address on that selection.

    I need to publish the site tomorrow, so any help is appreciated.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Avoid using < and > in option values. You can change the tag to

    [select* Paikkakuntavalinta first_as_label
    "Valitse paikkakunta, jota asia koskee"
    "Kempele|[email protected]"
    "Kalajoki|[email protected]"
    "Raahe|[email protected]"
    "Oulainen|[email protected]"
    "Oulu|[email protected]"
    "Ylivieska|[email protected]"]

    Then use [_raw_Paikkakuntavalinta] <[Paikkakuntavalinta]> in the From field in mail.

    Thread Starter Festarossa

    (@festarossa)

    Thank you, it works!
    As an intermediate solution I had a space between < and p, which also worked. But this is way better solution.

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

The topic ‘Extra quote mark in dropdown list’ is closed to new replies.