Add the Flexi Title in the Flexi Tag field programmatically
-
Hi ODude,
I want to copy the input of Title Field to Tag field programmatically on clicking of submit button.
I want to add this code to Flexi Plugin. Please let me know in which flexi file to add this code.<script> document.getElementById('submit').onclick = function changeContent() { document.getElementById("tags_tag").value = document.getElementById("celeb").value; } </script>
getElementById(“celeb”); celeb is the ID for Title field.
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Add the Flexi Title in the Flexi Tag field programmatically’ is closed to new replies.