I'm using Easy Forms 3.7 on a 3.8.5 VB install. I've had Easy Forms running for a while ands it's been great, but my forms were/are very basic.
The form(s) create a new thread in a forum when they are submitted. At the moment I ask people to fill in their Username, path to their public profile and even do some simple maths (like field 3 = Field 1 - Field2)
Is there a way I can get Easy Forms to populate some of those fields/questions for me instead of asking the User to fill it in ? I imagine {userrname} and something like
Code:
[URL="$vboptions[bburl]/member.php?u=$user_userid"]
for the username and public transport, but I can't work out how I can make the form return these values and add it to the post created by the form submission.
Is there a simple way to do it that I can't see, or is it going to require some PHP coding ?