Thank you banal for your help here. I have this system about to roll out and I decided to add the dropdowns at the last moment just to make it more straight forward. I have a webinar tonight so I am hoping to get this working.
I changed the fields to Varchar(255) to make sure I cover someones longtail page name. This did not work.
'DivertURL' => 'Varchar(255)',
'DivertURLTwo' => 'Varchar(255)',
I do not have two pages, this is setup in Page.php - see screen shot.
I am following what you are saying, but programming is not second nature to me.
I have this on the page already...
public static $has_one = array(
"HeaderImage" => "Image",
"BackgroundImage" => "Image",
"BulletImage" => "Image",
"BodyImage" => "Image",
"FooterImage" => "Image",
"PopupImage" => "Image",
"PeelSmallImage" => "Image",
"PeelLargeImage" => "Image",
);
Can you please provide some code as to what you are proposing?
Thank you,
Steve