Okay
I came up with this groovy idea of getting the name of the person when they hit the submit button.
click on Join us
but somehow the letters are very tiny. here is the code
this.correct.Msg.autoSize = “center”;
this.correct.Msg.text = "Thanks for joining " + gatherForm.visitor_name + “.
We look forward having you as a member!”;I
would like to have it bigger(readable), Bitstream Vera Serif and in bold letters. how can i do that? Thanks!
Oh yeah ignore my bad spelling “dose” And i don’t have a functional form yet.