Create email template with the click of a button

2021-03-21 Thread Smiley
Hello, I am new to Django and recently finished the *Polls* app tutorial in Django site. After that, I read *what to do next* and Django is a big fan of *learning by doing* so I went online and looked for beginner projects to do to learn web development. I am planning to create a site to autom

Re: Create email template with the click of a button

2021-03-23 Thread Smiley
Hello, Thank you for your help guys. I've went the Django form route instead of doing this in JS. I'll create the form dynamically with template and form. Kind regards Smiley kirjutas esmaspäev, 22. märts 2021 kl 16:47:03 UTC+2: > Hello, > > Correct. I want to the user to

Re: Create email template with the click of a button

2021-04-15 Thread Smiley
Hello, I have another problem. I am trying to get CC to accept multiple email addresses but I do not seem to get it to work as it always says *Enter a valid email address*. I've searched for solutions, heard the new field *MultiValueField* but I also do not know how to use this in *forms.py*.