Posted by InteGer on December 20, 2012 at 1:40am
Hi all,
Using the following tuturial:
http://www.andypangus.com/drupal-7-simple-content-type-adding-checkboxes-radio-buttons
How would I modify the code so that for each checkbox that is selected, a new page node is created and it's URL is displayed.
E.g.
User selects:
'Checkbox B',
'Checkbox C',
create new page called 'Checkbox B' and a new page called 'Checkbox B'
Then display the URL of each new page on the new "simple content type"
Any help would be greatly appreciated!
-int