You can do this with some jQuery added to your page template.
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('.gchoice_17_0 label').html('vote for number 1 <a href="http://www.domain.com">» view link</a>');
jQuery('.gchoice_17_1 label').html('vote for number 2 <a href="http://www.domain.com">» view link</a>');
jQuery('.gchoice_17_2 label').html('vote for number 3 <a href="http://www.domain.com">» view link</a>');
});
</script>
You would just need to customize the snippet with the actual list item classes from your form (replace .gchoice_17_0 etc.)
test screenshot
Posted 14 years ago on Tuesday April 20, 2010 |
Permalink