hello
if you want to display simply confirmation message to user when clicks the add/update button, we simply go to messages and select a message to show the user to confirm the submission, shows like OK and Cancel, user can select, that is correct.
but if I have a field that value is x i want to display that message, otherwise, I don’t wanna show… maybe i’m not thinking straight and still confused
-
tried sc_confirm macro didn’t work, out of the scope should be used with PHP programming thing as said in manual, which i couldn’t understand what to do
-
sc_message obviously has very limited function in the manual donesn’t even serve unless one or 2 buttons
-
sc_alert and the sc_error will not do as it doesn’t have confirmation message to ask user if OK or not
how do you manage this guys?