I have a cad system from bubble apps.
Is their a way to add a /panic script on the server which can be coded to work on the cad system?
cad system i am currently using. https://fbjrp-mdtcad.bubbleapps.io/home
kind regards,
FBJRP Owner
I have a cad system from bubble apps.
Is their a way to add a /panic script on the server which can be coded to work on the cad system?
cad system i am currently using. https://fbjrp-mdtcad.bubbleapps.io/home
kind regards,
FBJRP Owner
Updated with a picture of the system we use. be advised the panic button doesn’t work. tried to get it to work but nothing seems to work. also the title is a little messed up. Not sure how but that how it is
Sure so you can do it multiple ways. You can try the post method with the PerformHttpRequest function. You can also do a hack fix by posting some data into mysql when you do /panic and then the website pulls that data every minute or so.
These suggestions I posted might not work with bubble. I have never used it.
So would that go through the panic button script into the cad system?
Also You know anyone that Could do this?
I do not think that bubble will allow it but yes. You use the function PerformHttpRequest and fill it out and try it.
If you have a /911 for your bubbleapps just code around that.
Thanks btw. When panic button is pressed. No alert message is showing up to say its pressed neither does it show i the dispatcher cad that you have pressed it/
Can somnoe help I got the server resource for /911 but I am not sure what to put in bubble so that it works. Anyone can help me?