We’ve Got Your Couples Monogram Signal Flags Gifts!

Couples nautical flag monogram gifts for engagements, weddings, anniversaries are here! It’s easy to preview our couples gift collection in just a couple of clicks. Type the two names we should add to your creations. Pick one flag representing the left initial and then one representing the right. Select a banner flag and ampersand color. Then click the Create My Personalized Gifts button. That’s it! Let’s get started, shall we?
[insert_php]$error = false;
if (isset($_GET[‘submit’])) {
if (!isset($_GET[‘couplesleft’]) || !isset($_GET[‘couplesright’]) || !isset($_GET[‘banner’]) || !isset($_GET[‘ampersand’]) || empty($_GET[‘leftname’]) || empty($_GET[‘rightname’])) {
$error = ‘Ooops! Let\’s try that again. Please type a name to appear on the left, and one to appear on the right, and then select a left initial, right initial, flag color, and ampersand, and click that button one more time.’;
}
else
{
include ‘create-couples-gifts.php’;
}
}
[/insert_php]
Enter Names and Then Make Some Selections …
[insert_php] if ( $error ) {echo “
$error
“;
}
[/insert_php]






