× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

Hyper Links

More
10 years 11 months ago - 10 years 10 months ago #1908 by copleyuk
Hyper Links was created by copleyuk
I want to be able to have a user submit a form including a hyperlink.
Have tried using standard html <a href=blah.com>link</a> but when submitted its stored in the sql database as link.

If I manually enter the address through myadmin the output works correctly.
Is there any way to get the full string saved?

Thanks

C
Last edit: 10 years 10 months ago by joest.

Please Log in to join the conversation.

More
10 years 10 months ago #1923 by Dirk
Replied by Dirk on topic Re: Hyper Links
The name of the Joodb form is joodbForm.

The only way you can change the target address is using javascript.

Insert this into your form template:
<script type="text/javascript">
	document.joodbForm.action = "http://www,your-new-address.org";
</script>

Please Log in to join the conversation.

Moderators: Dirkjoest