Events Made Easy Forums Bug fixed or feature request implemented Form Fields and conditional Tags

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #53363
    Anonymous
    Inactive

    Hallo Franky,

    I use form fields in the RSVP and the e-mail.
    For the form fields, there are 2 values, field values and field tags.
    Field tags is what the user sees in the frontend.
    I values of the fields in the mail with conditional tags, the analysis only works with the field tags.
    Is it possible to use here the field values?
    This would have the advantage that I could change the field tags without having to adjust the e-mail form.

    Currently the problem occurred with a field of type radio box.

    #53374
    Franky
    Keymaster

    This should already just work … but it seems I didn’t document this.
    You have:
    #_FIELDNAME for the name of the field
    #_FIELD for the answer (tag) of the field
    #_FIELDVALUE for the answer (value) of the field

    Can you try #_FIELDVALUE ? I updated the doc …

    #53378
    Anonymous
    Inactive

    Thanks for the information.

    I have now tested a little bit. In normal fields (#_FIELD{xx}) all works fine.
    When I put the field on required #REQ_FIELD{xx}, I get an error message when registering, the field was not filled in correctly.
    If the value and the tag are equal all works well

    My custom field is a radio box
    value: 1||0||-1
    tag: Ja||Nein||z.Z. noch ungewiss

    #53379
    Franky
    Keymaster

    Please keep the bug-reports on subject: can you now test using #_FIELDVALUE?
    For the REQ: check out this change for the next version: https://plugins.trac.wordpress.org/changeset/1067881/
    If this does not help you, fill out a new bug report.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top