| 1 user viewing this forum (1 Guest and 0 Anonymous)
Members:
|
|||||
| Displaying Topics 1-1 of 1. |
var form_script = { form_id: $('#generic_form'), status_id: $('#send_form'), specific_id: $('#form_spec'), enable_guests: false, pm: { enabled: false, // Does not work for guests user: "Reid", // 1 user only title: "New Form From {{user_name}}", content: "{{form}}" }, topic: { enabled: true, forum_id: 3170924, // 1 id only title: "New Form From {{user_name}}", description: "", content: "{{form}}" }, statuses: { not_logged_in: "You must be registered and signed in to use this feature.", // Used if enable_guests: false first: "Coagulating data...", second: "Sending form...", done: "Form sent!" }, submission_formatting: { separator: ' ', before_all: '', after_all: '', before_question: '[b]', after_question: '[/b]', before_response: '[i]', after_response: '[/i]' }, possible_elements: 'input, textarea, select' // For the second column of table; .val() must work on it };
| 1 user viewing this forum (1 Guest and 0 Anonymous)
Members:
|
|||||
| Displaying Topics 1-1 of 1. |
7:15 PM Jul 11
|