I was able to make most desired changes, but for a couple items... It may just be that I'm unversed in JS but I cannot update the text fields from the template file without breaking them. For example, if I wanted the change the thank-you message to "testing," how would I modify the following:
<?php echo JText::_('SGRID_SIGN_UP');?>
Also, any tips on eliminating...
show more
I was able to make most desired changes, but for a couple items... It may just be that I'm unversed in JS but I cannot update the text fields from the template file without breaking them. For example, if I wanted the change the thank-you message to "testing," how would I modify the following:
<?php echo JText::_('SGRID_SIGN_UP');?>
Also, any tips on eliminating...
show more
I was able to make most desired changes, but for a couple items... It may just be that I'm unversed in JS but I cannot update the text fields from the template file without breaking them. For example, if I wanted the change the thank-you message to "testing," how would I modify the following:
<?php echo JText::_('SGRID_SIGN_UP');?>
Also, any tips on eliminating the rounded corners?
Thanks, again!
show less