Fieldtype, Module

Archived
Forum
(read-only)

VZ URL extension

ExpressionEngine 1.x, ExpressionEngine 2, ExpressionEngine 3

Back to this add-on's main page
View Other Add-ons From Eli Van Zoeren

     

VZ URL with Channel Form

Support Request

networkofwellbeing
networkofwellbeing

Hi I am currently trying to get vz url to work with channel form using the following code.

<div class="span6 control-group">
 <
label for="resource-url" >Resource URL</label>
 <
input class="span6" type="vz_url" name="resource_link_url" id="resource_link_url" value="{resource_link_url}"  maxlength="100">
</
div

I think I am missing some code here..

How to I link up the javascript to the front end.

Please can you give me some pointers.

Many thanks.

Eli Van Zoeren
# 1
Developer
Eli Van Zoeren

You will need to use the {field:resource_link_url} syntax, which outputs the javascript and surrounding markup. See here: http://ellislab.com/expressionengine/user-guide/modules/channel/channel_form/#field-my-field-name.

Let me know if that doesn’t work for you, or you have any other questions!

farreach
# 2
farreach

Works great. Many thanks!