Hello,
I have a content type which has four fields: F1, F2, F3, F4.
I have three roles: admin, buyer, and dealer.
Dealer can post a node of content type X. Node can not be published untill admin approves it. How admin can approve it?
Once admin approves it, an email should send to all users of the above three roles. Email must contain F1 and F2 and a link to the corresponding node.
Only three roles have access to the nodes once published.
I spent days and I could not figure out.
Please advise.