Hello,
i have a form where someone in public, can insert an article, i have the article upublished, untill an authorized user see it and publish it.
In the form i have a field "type-email" where i send a e-mail to the person who wrote the article (public) and to one person wich must get this in his e-mail too, to authorize the publication of the article.
I have two problems if you can help me:
1) I want in the e-mail message to have the value of the article id, in wich is saved the article that a public person just submit. I can't take this value.
I tried to put in the form an "article id" field, and in the e-mail message i tried #art_id# or $cck->getValue('art_id'); or put in the live value of "article id" field the "url->variable" and in configure type:"int" variable: "id". I don't take nothing for article id in the e-mail that is sent.
2) If someone give the same article title with an article wich is allready in the site, then will be an article alias conflict and the article is not saved. Is there a solution for this?
Can someone hel me please?
Thanks in advanced