I'm building a submission form to elicit literary contributions for a crowdsourced memoir project. They will end up as posts. I'm been struggling a lot to get this to work. I'm almost there, but need a bit of input.
The Form can be found here: http://writerscelebratewriters.com/submit-a-memoir/ You can use these to login if you like: username: littleone / password: blahblahblah
Question 1) The Form has some into verbiage that is entered in WP Visual Editor through the Page. The problem is that although it sets the visitor up decently to understand what's required of them, it becomes unnecessary and is clutter once the user has logged in when i really want them to see ONLY the form itself. They are also eligible to submit more than once, so every time they will see all that clutter. I really want that message to be conditional on whether they are new or logged in or returning. I realize that the message probably needs to be entered as the Description form field, but I have no idea how to make it appear and disappear as needed.
Question 2) I decided to have the form visible only to logged-in users. I have been searching for a viable login/registration plugin and the only ones I can find that actually work, generate insufficient information to build a decent Author's Bio area appended to the post. So that has moved me to include the Author's Bio, their publications and their website URL in custom fields (except for the URL which it an Advanced field). I'm "calling" these elements through the Content Template.
Everything seems to work OK except that I can't seem to get the website URL to be a hyperlink. I have tried wrapping the merge tag in multiple ways with html, and GF seems to be stripping out my html (not the case with my other html) or I'm just wrapping it wrong.
Here's what I currently have in the Content Template field of my Body Content form field (without the url html since that keeps disappearing or being wrong:
( {Your Memoir Content:13}
</hr>
<h3>Author's Bio:</h3>
<p>{Author's Bio:17}
<h3>Selected Publications:</h3>
<p>{Selected Publications::18}
<h3>Website:</h3>)
<p>{Website:20}
I've already wasted a lot of precious time on this detail, and I'm sure there is a very simple solution that I just can't seem to hit upon.
Thank you in advance.