Posts by Eduardo Nunes • 63 points
4 posts
-
1
votes1
answer481
viewsQ: Select 'select' through Puppeteer
I need to select a value within a <select>, but I’m not succeeding... I once did that same function of selecting a value in a <select> but this time I’m not getting to make that…
-
2
votes1
answer50
viewsQ: Return database value to e-mail
Hello! I have a question here, I’m doing a function that takes the data from the Database and sends an email with them, for example: 'Hello {{Name}}'. ({{Name}}) It would be the field that would…
-
2
votes1
answer57
viewsQ: Changing tags automatically
I am creating a function for sending email via nodemailer, and our have some templates that are for specific cases. I need a function that once you receive the Welcome template for example,…
-
0
votes1
answer93
viewsQ: Uncheck Checkbox
I need a function that unchecks the checkbox when the row passes the table. Currently, when I move the row from one table to another, the checkbox is still checked and this hinders, I need that when…