Thnx for this one, really appreciate it =)
As you can see by taking a look at the image I included I've managed to modd the plugin lightly to change questions and layout slightly, however, something I have not been able to change is the layout of the "Questions and Answers" in the preview and ultimately not in the submitted application.
What I would like to see is an addition of a line break after each of them questions somehow but I have been unable to solve the issue.
I do however suspect this part of the code to be the "villain":
PHP Code:
// While we're here. Lets make a variable in case we're submiting the form for real.
$question = trim($question);
$question_answer = $$q_idx;
$question_id = $idx;
eval('$guild_app_answer_qa_message .= "' . fetch_template('App_Question_Answer') . '";');
unfortunately I've got limited php skills to make sure every question/answer is followed by line breaks that are accepted when entering them into the vb-database...
Any help would be greatly appreciated =)