I added in this super-rough-hack at line 440 of si-contact-form-process to throw in the first extra field in to the subject line. Just for the record:
/*jl_hack add in first extra field to subject line*/
if ($i==1){
$subj = ${'ex_field'.$i}.' - '.$subj;
}
/*end jl hack*/
If I could have posted anon I probably would :>)
I’ve had a problem with commenting out say a form tag, sic:
<!-- <form .... > -->
in the HTML editor on WP. Once I got rid of the < and > at the ends of the block it the parser allowed it.
Just thought I’d add that :.)