Events Made Easy Forums How do I … Combining text & placeholder to create reservationnumber

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #44184
    Anonymous
    Inactive

    I try to make a reservationnumber, but can’t find any other field than #_BOOKINGID. Is that true?

    I would like to combine this ID with text, so that I can attach some characters before or after the ID. Lets say SAT1403, where 14 is the ID, SAT is what I put in front of it and 03 is what I put after it. Attaching these text&id&text together doesnt work. It gives me SAT{#_BOOKINGID}03 (so he doesnt fill in the ID but just displays the name of the placeholder. Only when I leave a space before and after the ID it works, but that’s not what I want.

    Is there a solution for this?

    #51324
    Franky
    Keymaster

    Hmm … the way it currently works, is that I first search for e.g. anything start with “#_” until the next word and then replacing that with known values. But in your case it would match #_BOOKINGID03, and that doesn’t exist …

    I need to figure out a better way to match this then.

    For now I think SAT03#_BOOKINGID would work

    #51325
    Anonymous
    Inactive

    OK, thanx for your reply. For now I will use it with only a prefix.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top