/* ****************************************************************************
DO NOT USE THIS FORM
- Insert a divider at the top os the form with the [Caption] {DO NOT USE THIS FORM}
- Append the following to the [on_load_code]
**************************************************************************** */
getFormElementDOM('caption_divline').style.color = 'red';
getFormElementDOM('caption_divline').style.fontSize = '14pt';
getFormElementDOM('caption_divline').style.padding = '20px';
getFormElementDOM('caption_divline').style.textAlign = 'center';
alert('This form is not ready for Production yet.\nIf you need to run any tests, please use the DEVELOPMENT Evironment.');
window.close();
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.