Third Light Developer Exchange

Code and templating community forum for developers and software integrators

You are not logged in.

Announcement

If you wish to join the Developer Exchange, please contact your account manager - this is to avoid unnecessary spam in the forums. Many thanks for your understanding.

#1 2013-06-06 18:00:33

thirdlight
Third Light Staff
Registered: 2013-06-06
Posts: 23

How to post code excerpts

While using this site, the most important thing is to be able to post code snippets. To do this, use the BBCode "code" tags (have a look on the 'BBCode' help page for more information). Here's an example of how code formatting looks.

function process_form(the_form)
{
	var required_fields = {
		"req_email": "Email",
		"req_subject": "Subject",
		"req_message": "Message"
	};
</script>

Offline

Board footer