How is your form posting its results? In my (non-mail) form action is
javascript(); and the actual action is provided by onsubmit:

  onsubmit="mylib.submitForm(this,'| %0 |%1 | %2| %3| %4| %5|%6 |\n',
 
[this.fldDate.value,this.fldDest.value,this.fldMax.value,this.fldAvg.value,
         this.fldDist.value, this.fldTime.value, this.fldCom.value])"

This just gives the general idea. You would have your own function,
and probably wouldn't need a format string, but could send the values
you want in the same way. Like config.options.txtUserName instead of
this.fld.com.value.

What email form/system are you using?

Good luck!
Mark

On Dec 20, 8:03 am, skye riquelme <[email protected]> wrote:
> In another thread I have been experimenting using forms to have
> students send information (registrations etc) to me. At present this
> is working to send an email. And I am hoping that this information
> could also be sent to a tiddlywiki...where I can manipulate the
> information.
>
> In that discussion it occurerd to me that a very simple form...with
> hidden values could be used to monitor the students use of various
> parts of the system.
>
> To do this I need to understand two things -
>
> the html form includes -
> <input type=hidden name=to value="mymail address">....how do I have
> the value here calculated from a system valuable
> eg
> <input type=hidden name=student value = {{config.options.txtUserName}}
>
> >    - that does not work......but thats the idea !!!
>
> and how to have the form sent whenever the tiddler is opened/
> refreshed.......without them having click the "send! button?????
>
> Thanks in Advance
> Skye
>
> PS Merry Christmas all!!!

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.


Reply via email to