Hi everyone, I am very new to the bubble app creator and need some help with a problem I cant seem to find a answer for.
I am a independent service technician and I am wanting to create a app that I can go to a job and input customer name, check off a checklist and upload photos.
So what I want to create is a job check sheet of sorts. I want to be able to fill in the fields like customer name and date and then check on my checklist a premade list of items such as oil check and drive condition.
With the finished result I then want to send this information via a button to either a pdf that I can then attach in a email or alternatively to email body that I can send to anyone. The point for me is to have this information in a way I can email it easily.
below is what I am at at this stage so you can get the gist of what I am doing
Yep just sending it in the email as HTML is easiest, but you could also just make a public facing link which you can send to someone, then they can look at it and see changes etc.
You’re going in the right direction, do you have any specific questions?
Sure, you can just use the send an email workflow where you will specify the recipient etc, you just need to have your sendgrid API keys set up.
Personally I would want to be saving this in the database, then tracking job completion etc, as well as giving clients access to see their service history, maybe adding a way for them to book in services and pay for them with stripe, so much great stuff you could expand it to
So, you can pass a list of items from your checklist etc, and have it in plain text in the email.
If you want it to be pretty and formatted all nice you might want to look at the sendgrid email templates and using html markup to make the list look nice?
Unfortunately, it doesn’t work this way. You have to build the body yourself from scratch. There are some plugins that convert a page to pdf I guess but that’s even trickier.
The key here is to understand if a checkbox is checked or not, and how you do it is with formatted as text after getting is checked. See how I added a text for yes, and nothing for no.