I've a form with 3 fields - Customer, Environment and DateInterval.
I've currently set the eventTitleFieldName = Environment and I'm seeing the Environment field in the Calendar.
Can i add a second field for the eventTitleFieldName? I want to display Environment. Customer in the Calendar.
Is this possible?
TQIA
Hi @M N Salleh and welcome to this community!
You can have your very own event title constructed by combining the [entry.field_name] notations
Have it something like
[entry.Environment] for [entry.Customer]
(or as you like)
instead of just the "Environment"
Alex
Thanks Alex, that works like a charm!!
Much appreciated!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.