Shawn, I noticed today that if a customer is placed on hold, they can still log in and create additonal email accounts, which then become active, even though the account is on hold status. How do I stop this from happening? Thanx.
That does not make any sense. The idea is if they go on hold, that they can still access the web interface so they can pay their bill. Ideally it would be nice if there was a way to disable any new account/server type actions when an account is on hold. I would say better than 50% of our customers have gone to the online interface and entered a CC to pay their bill to get their account re-enabled.
I suppose you could just add some logic to the emails.txt file (around the Create Email form)... [FMP-If: Status .eq. Current] [existing stuff] [/FMP-If] Code (markup):