Page 1 of 1

Second guest name in rtf or html document

Posted: Fri Sep 16, 2011 4:06 pm
by drjaydevbaroda
Hello sir,

I couldn't find variable for inserting 2nd guest's data in document.
How can we insert 2nd guest's name and it's detail in document?
I have installed script on window computer.

Thanks

Re: Second guest name in rtf or html document

Posted: Sat Sep 17, 2011 2:58 am
by Ton
I also could not find and I am using the variable "Nickname" to do so.

Re: Second guest name in rtf or html document

Posted: Mon Sep 19, 2011 8:25 pm
by drjaydevbaroda
Thanks Ton for the idea. I’ll do same, till we find some way to get 2nd guest variable.

Re: Second guest name in rtf or html document

Posted: Tue Dec 11, 2012 6:34 pm
by marco
The document variables ending with _guest (like [surname_guest]) are only defined inside repetitios of guests: [r2].......[/r2]. So something like this should work:

[r2][c number_guest="2"][surname_guest][/c][/r2]

Regards,
Marco