Hello all, stormy day here in northern Utah.
I'm till a Seblod beginner so please bear with my questions, I do try to find my answers on the forms or tutorials but sometime I strike out. I would be most appreciative on how to best accomplish this task.
I have a content type where I want to put the choice of 3 different default messages, or leave blank. I'm thinking this would be a Simple Select to choose default message, but I'm not sure where to store the HTML string (value) of the field. I could put it into the select field text=value format but what if I wanted a bit more eleborate HTML, perhaps with a link or the text from a variable on the form. Or I guess I could make a new content type for the messages, but this seems like overkill. I only have 4 possible choices.
What I would really like is a default sentence (value of the select) that would be:
"This is the default message for getValue('art_title')".
or
"This is the other default message for getValue('art_title')".
or
"This is the last possible default message for getValue('art_title')".
or no message
So I guess my question is two part.
1) where could I store default html messages
2) how can I put a variable in the message so it will pull the article title into the text of the message.
Thanks so much