You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After chatting with Bastian we found that this might be a good real-world example. The page works like this:
Parents fill out the forms (name, teacher, class, tel-number, email, extra message)
The send the information and this happens:
One mail directly goes to the teacher
One mail goes back to the parents (so that they know it works)
One mail goes to the school administration office
As you can see we are using a combobox. That is automatically filled using a .csv-file (which, by the way is used in other places too 👍 )
The class-combo is based on a simple text-file.
So my code uses csv-parsing, generation of three different emails and a pretty easy to understand usecase. Also, the real code is opensource and on gitlab (https://gitlab.com/cniehaus/homepage) so that kirby-users can have a look at the not-simplified version of my cookbook.
Please tell me if this is something you are interested in or not.
The text was updated successfully, but these errors were encountered:
distantnative
changed the title
Suggestion for a Cookbook (real world example of a email-system using forms)
Cookbook idea: email system using forms
Mar 21, 2022
I am running a school homepage. On that we are using a email-form so that parents can call their children in sick. It looks like this:
A working demo of that is here: https://niehaus-ol.de/allgemeines/krankmeldung
After chatting with Bastian we found that this might be a good real-world example. The page works like this:
As you can see we are using a combobox. That is automatically filled using a .csv-file (which, by the way is used in other places too 👍 )
The class-combo is based on a simple text-file.
So my code uses csv-parsing, generation of three different emails and a pretty easy to understand usecase. Also, the real code is opensource and on gitlab (https://gitlab.com/cniehaus/homepage) so that kirby-users can have a look at the not-simplified version of my cookbook.
https://github.com/KGS-Rastede/getkirby.com/tree/master/content/docs/2_cookbook/4_forms/0_sending-emails-with-user-interaction
Please tell me if this is something you are interested in or not.
The text was updated successfully, but these errors were encountered: