[Feedback] Nice job on Google AppEngine integration
I am new to Creator and Google App engine but followed the video directions and created a simple task list with email notification. In about 5 minutes it was uploaded and working on AppEngine. Wow! Impressive.
Very readable Python code was produced also.
NOTE: I had an error reported in the line below, it appeared to be due to unbalanced quotation marks-- easily fixed!
message.html=<b>User submitted data:</b>
"+"<br>Item : "+str(jpform1Var.What_to_do)+"<br>Type : "+str(TypeTemp)+"<br>Priority : "+str(PriorityTemp)+"<br>Creation Date : "+str(jpform1Var.Creation_Date)+"<br>Deadline Date : "+str(jpform1Var.Deadline_Date)+"<br>Comments : "+str(jpform1Var.Comments)