top of page

Forum Posts

neveshug
Sep 06, 2018
In Coding with Velo
Hello everyone! Is there any way to get the address of uploading documents or images to the database table? So you can send the link via sendGrid .. Tks! Att;
0
2
89
neveshug
Jun 26, 2018
In Coding with Velo
Is there a possibility of using SendGrid to send a file uploaded to the email? Follow the code on the page. import { sendEmail } from 'backend / email'; $ w.onReady (function () { $ w ("# dataset1"). onAfterSave (sendFormData); }); function sendFormData () { const subject = `New Curriculum Cadastro from $ {w (" # inputNome "). value}`; const body = `Name: $ {$ w (" #inputNameName "). Value}      \ rPhone or Cell: $ {$ $ ("# inputTel"). value}      \ rEmail: $ {$ w ("#inputEmail"). value} \ rCPF: $ {$ w ("# inputCPF"). value}      \ rGeneral: $ {$ w ("# radioGroupGenero"). value}      \ rData Birth: $ {$ $ ("inputDataNation"). value} \ Actuation Area: $ {$ w ("dropdownAreaDeAction"). value} \ rGeneral: $ {$ w ("#groupExperience"). value}      \ rDocument: $ {$ $ ("# uploadCurriculo"). value} `; sendEmail (subject, body) .then (response => console.log (response)); }
0
1
39
neveshug
Jan 31, 2018
In Coding with Velo
Hello friends, how can I remove the login screen from the options to sign up with Facebook and Google+?
0
4
1k
neveshug
Jan 19, 2018
In Coding with Velo
Translation of login screen and password into Portuguese. How to make?
0
3
89
neveshug
Jan 13, 2018
In Coding with Velo
How do I make a list of repeaters get the information from my database and display such information? I have already created, connected and pointed to the fields each information, and I can not display the data. Would you help me?
0
1
38

neveshug

More actions
bottom of page