TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 19, 2024, 08:48:28 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,165
  • Total Topics: 21,219
  • Online today: 266
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 194
  • Total: 194

[Done!] Join Us! form

Started by mebymyself, October 19, 2006, 08:10:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JPDeni

#400
Actually, I think it would be better for us to shut this topic down and start a new one with my code, rather than posting my code in someone else's post.

Edited to add: My code is here --> http://www.tinyportal.net/index.php/topic,29670

ZarPrime

JPD,

I think you're right.  This topic has become so convoluted it's difficult to figure out which code to use.

ZarPrime

IchBin

Posted a link in the first post for updated code by Deni.

Azphat12

I will leave it as is then.  If anyone would like to use mine, I would be happy to post/send it to them. 


Anthea

Hi guys!

I reformatted the applicaiton form to suit my online gaming guild. ( thanks for the application btw) however I think I messed something up and it is not working. I would appreciate any help any of you could give me, as to what I did wrong.

Thanks ahead of time.

if ($context['user']['is_guest'])
{
   echo
   '<h5>Access Denied</h5>
   We are sorry. You must be registered on the site in order to apply for Guild Membership.';
} else  {

global $sourcedir, $user_info, $context ;

require_once($sourcedir . '/Subs.php');
require_once($sourcedir .'/Subs-Post.php');



// CONFIGURATION SECTION

//send the application by email?
$enable_email=false;

// email address of recruitment officer
$email_address='pirateprincess@piratelords.com';

//post the application on forum?
$enable_post=true;

//board id to which the application should be posted
$board_id=8 ;

//the id of the this article
$this_article_id = '85';

//article to be redirected when form is submitted
$thank_you_article_id = '86';


//END OF CONFIGURATION SECTION

$show_form= 'true';
if (isset($_POST['submitted'])) {
// Handle the form

// Check required fields
$enroll_errors = array(); //Initialize error array

// Check for a name
if (empty($_POST['real_name']) ){
$enroll_errors[] = 'You forgot to enter your name.';
}
// Check for an email
if (empty($_POST['email']) ){
$enroll_errors[] = 'You forgot to enter your email address.';
}       
// Check for an age
if (empty($_POST['age']) ){
$enroll_errors[] = 'You forgot to enter your age.';
}     
// Check for gender
if (empty($_POST['gender']) ){
$enroll_errors[] = 'You forgot to enter your gender.';
}       
    // Check for time zone
if (empty($_POST['time_zone']) ){
$enroll_errors[] = 'You forgot to enter your time zone.';
}       
// Check for level
if (empty($_POST['level']) ){
$enroll_errors[] = 'You forgot to enter your level.';
}
    // Check for class
if (empty($_POST['class']) ){
$enroll_errors[] = 'You forgot to enter your class.';
}
    // Check for previous guilds
if (empty($_POST['prev_kins']) ){
$enroll_errors[] = 'You forgot to enter your previous guilds.';
}

if (empty($enroll_errors)) { //Everything seems to be OK
     
        $show_form='false';



// email an application

$subject = 'Enrollment Application';
$body = 'Enrollment application has been made by ' . $context['user']['name'] .
' from IP Address ' . $user_info['ip'] . '
Characters Name:  ' . $_POST['real_name'] . '
Email address:  ' . $_POST['email'] . '
Age:  ' . $_POST['age'] . '
Gender: ' . $_POST['gender'] . '
Time Zone: ' . $_POST['time_zone'] . '
Current Level:  ' . $_POST['level'] . '
Class:  ' . $_POST['class'] . '
Previous Guild(s):  ' . $_POST['prev_guild'] . '
Do you have raiding experience: ' . $_POST['raid'] . '
Describe that experience:  ' . $_POST['raid_exp'] . '
Do you have PvP experience: ' . $_POST['pvp'] . '
Describe that experience:  ' . $_POST['pvp_exp'] . '
What Rank are you: ' . $_POST['rank'] . '
Do you have/plan on any Crafting Professions:  ' . $_POST['profs'] . '
Which Professions:  ' . $_POST['skills'] . '
Ventrilo installed:  ' . $_POST['vent'] . '
Have microphone/headset:  ' . $_POST['mic'] . '
Have you read our Guild Rules?: ' . $_POST['read'] . '
Why do you want to join our Guild?:  ' . $_POST['why'] . '
Do you know anyone in PirateLords?:   ' . $_POST['know'] . '
Who do you know in PirateLords?:   ' . $_POST['know_who'] . '
Other information:  ' . $_POST['other'];
Question 1:  ' . $_POST['q1'];
Question 2:  ' . $_POST['q2'];
Question 3:  ' . $_POST['q3'];
Question 4:  ' . $_POST['q4'];
Question 5:  ' . $_POST['q5'];
Question 6:  ' . $_POST['q6'];
Question 7:  ' . $_POST['q7'];
Question 8:  ' . $_POST['q8'];

$postbody = 'Enrollment application has been made by ' . $context['user']['real_name'] .'
[table]
[tr][td]Characters Name:[/td][td] ' . $_POST['real_name'] . '[/td][/tr]
[tr][td]Email address:[/td][td] ' . $_POST['email'] . '[/td][/tr]
[tr][td]Age:[/td][td] ' . $_POST['age'] . '[/td][/tr]
[tr][td]Gender:[/td][td] ' . $_POST['gender'] . '[/td][/tr]
[tr][td]Time Zone: ' . $_POST['time_zone'] . '[/td][/tr]
[tr][td]Current Level:[/td][td] ' . $_POST['level'] . '[/td][/tr]
[tr][td]Class:[/td][td] ' . $_POST['class'] . '[/td][/tr]
[tr][td]Previous Guild(s):[/td][td] ' . $_POST['prev_guild'] . '[/td][/tr]
[tr][td]Do you have raiding experience:[/td][td] ' . $_POST['raid'] . '[/td][/tr]
[tr][td]Describe that experience:[/td][td] ' . $_POST['raid_exp'] . '[/td][/tr]
[tr][td]Do you have PvP experience: ' . $_POST['pvp'] . '[/td][/tr]
[tr][td]Describe that experience:[/td][td] ' . $_POST['pvp_exp'] . '[/td][/tr]
[tr][td]What Rank are you: ' . $_POST['rank'] . '[/td][/tr]
[tr][td]Do you have any Crafting Professions[/td][td] ' . $_POST['profs'] . '[/td][/tr]
[tr][td]Which Professions:[/td][td] ' . $_POST['skills'] . '[/td][/tr]
[tr][td]Ventrilo installed?:[/td][td] ' . $_POST['vent'] . '[/td][/tr]
[tr][td]Have microphone/headset:[/td][td] ' . $_POST['mic'] . '[/td][/tr]
[tr][td]Have you read our Guild Rules?:[/td][td] ' . $_POST['read'] . '[/td][/tr]
[tr][td]Why do you want to join PirateLords?:[/td][td] ' . $_POST['why'] . '[/td][/tr]
[tr][td]Do you know anyone in PirateLords?:[/td][td] ' . $_POST['know'] . '[/td][/tr]
[tr][td]Who do you know in PirateLords?:[/td][td] ' . $_POST['know_who'] . '[/td][/tr]
[tr][td]Other game information:[/td][td] ' . $_POST['other']. '[/td][/tr]
[tr][td]Question 1:[/td][td] ' . $_POST['q1']. '[/td][/tr]
[tr][td]Question 2:[/td][td] ' . $_POST['q2']. '[/td][/tr]
[tr][td]Question 3:[/td][td] ' . $_POST['q3']. '[/td][/tr]
[tr][td]Question 4:[/td][td] ' . $_POST['q4']. '[/td][/tr]
[tr][td]Question 5:[/td][td] ' . $_POST['q5']. '[/td][/tr]
[tr][td]Question 6:[/td][td] ' . $_POST['q6']. '[/td][/tr]
[tr][td]Question 7:[/td][td] ' . $_POST['q7']. '[/td][/tr]
[tr][td]Question 8:[/td][td] ' . $_POST['q8']. '[/td][/tr]
[/table]';



            if ($enable_email)
mail($email_address, $subject, $body,"From: " . $_POST['email']);



//create new forum post with application

$msgOptions = array(
'id' =>  0 ,
'subject' => '[Pending] Application of ' . $_POST['real_name'],
'body' => $postbody ,
'icon' => 'xx',
'smileys_enabled' => true,
'attachments' =>  array(),
);
$topicOptions = array(
'id' => 0 ,
'board' => $board_id,
'poll' =>  null,
'lock_mode' =>  null,
'sticky_mode' =>  null,
'mark_as_read' => true,
);
$posterOptions = array(
'id' => $context['user']['id'],
'name' => $context['user']['name'],
'email' => $user_info['email'],
'update_post_count' => true,
);
   
if ($enable_post)
            createPost($msgOptions, $topicOptions, $posterOptions);

// Redirect to thank you page
header('Location: http://' . $_SERVER['HTTP_HOST'] .'/deck/index.php?page=' . $thank_you_article_id);

} else {
// Redirect to error page
//header('Location: http://' . $_SERVER['HTTP_HOST'] . '/deck/index.php?page=' . $enroll_error_article_id );
echo '<h2 class="error">Error!</h2>';
echo '<p class="error">The following error(s) occured:<br />';

foreach ($enroll_errors as $msg) {
echo " - $msg<br />";
}
   echo "<p>Please, correct all errors and try again.</p>" ;



}
}
//else { // Display the form

echo '
<br />
<br />
<center>
<font size="3"><strong>Welcome to the PirateLords Application.</strong> <br />
Please fill out all the information. Incomplete Applications will be denied. If there is information that does not pertain to you please just use N/A.<br />
If you have any concerns, please feel free to email us <a href="mailto:pirateprincess@piratelords.com">here</a>.<br />
<br />
<br />
</font>
</center>


<form action="index.php?page='  . $this_article_id  . '" method="post">
        <INPUT id="submitted" name="submitted" type="hidden" value="TRUE" />
<TABLE class = "bordercolor" cellSpacing="1" cellPadding="1" width="100%" border="0">
            <TR class ="windowbg">
<TD colspan="2" align="center"> <p>&nbsp;</p>
  <p>Section 1 </p>
    <p>&nbsp;</p></TD>
</TR>
<TR class ="windowbg">
<TD width = "25%">* Characters Name:</TD>
<TD><input id="real_name" name="real_name" type="text" value ="';
if (isset($_POST['real_name'])) echo $_POST['real_name'];
echo '" /></TD>
</TR>
<TR class ="windowbg2">
<TD width = "25%">* Email address:</TD>
<TD><INPUT id="email" name="email" type="text" value ="';
if (isset($_POST['email'])) echo $_POST['email']; else echo $user_info['email']; 
echo '" /></TD>
</TR>
<TR class ="windowbg">
<TD width = "25%">* Age:</TD>
<TD><SELECT id="age" name="age" style="WIDTH: 160px" value ="';
if (isset($_POST['age'])) echo $_POST['age'];   
echo '" />
<OPTION value="No Answer" selected>--------------------------</OPTION>
<OPTION value="18+">Over 18</OPTION>
<OPTION value="18-">Under 18</OPTION>
</SELECT></TD>
</TR>
<TR class ="windowbg2">
<TD width = "25%">*Gender:
  </TD>
<TD><SELECT id = "gender" name = "gender" style="WIDTH: 160px" value ="';
if (isset($_POST['gender'])) echo $_POST['gender'];   
echo '" />
<OPTION value="No Answer" selected>--------------------------</OPTION>
<OPTION value="M">Male</OPTION>
<OPTION value="F">Female</OPTION>
</SELECT></TD>
                    </TR>
<TR class ="windowbg">
<TD width = "25%">*Time Zone:</TD>
<TD><INPUT id="time_zone" name="time_zone" type="text" value ="';
if (isset($_POST['time_zone'])) echo $_POST['time_zone'];   
echo '" /></TD>
</TR>
</TR>
<TR class ="windowbg">
<TD width = "25%">*Current Level:</TD>
<TD><INPUT id="level" name="level" type="text" value ="';
if (isset($_POST['level'])) echo $_POST['level'];   
echo '" /></TD>
</TR>
            <TR class ="windowbg2">
<TD width = "25%">*Class:</TD>
<TD><INPUT id ="class" name ="class" rows="4" cols="40"  value ="';
if (isset($_POST['class'])) echo $_POST['class'];   
echo '" ></' . 'TEXTAREA></TD>
</TR>
<TR class ="windowbg">
<TD width = "25%">Previous Guild(s):</TD>
<TD><TEXTAREA id="prev_kins" name="prev_kins" type="text" rows="4" cols="40" value ="';
if (isset($_POST['prev_kins'])) echo $_POST['prev_kins']; 
echo '" /></' . 'TEXTAREA></TD>
            </TR>
</TR>
<TR class ="windowbg2">
<TD width = "25%">Do you have raiding experience?:</TD>
<TD><SELECT id="raid" name="raid" style="WIDTH: 160px" value ="';
if (isset($_POST['raid'])) echo $_POST['raid'];   
echo '" />
<OPTION value="No answer" selected>--------------------------</OPTION>
<OPTION value="YES">Yes</OPTION>
<OPTION value="NO">No</OPTION>
</SELECT></TD>
</TR>
<TR class ="windowbg">
<TD width = "25%">If so, describe that experience:</TD>
<TD><TEXTAREA id="raid_exp" name="raid_exp" type="text" rows="4" cols="40" value ="';
if (isset($_POST['raid_exp'])) echo $_POST['raid_exp']; 
echo '" /></' . 'TEXTAREA></TD>
            </TR>
            <TR class ="windowbg2">
<TD width = "25%">Do you have PvP experience?:</TD>
<TD><SELECT id="pvp" name="pvp" style="WIDTH: 160px" value ="';
if (isset($_POST['pvp'])) echo $_POST['pvp'];   
echo '" />
<OPTION value="No answer" selected>--------------------------</OPTION>
<OPTION value="YES">Yes</OPTION>
<OPTION value="NO">No</OPTION>
</SELECT></TD>
</TR>
            <TR class ="windowbg">
<TD width = "25%">If so, describe that experience:</TD>
<TD><TEXTAREA id="pvp_exp" name="pvp_exp" type="text" rows="4" cols="40" value ="';
if (isset($_POST['pvp_exp'])) echo $_POST['pvp_exp']; 
echo '" /></' . 'TEXTAREA></TD>
            </TR>
            <TR class ="windowbg">
            <TD width = "25%">What Rank are you in Aion?:</TD>
<TD><SELECT id="rank" name="rank" style="WIDTH: 160px" value ="';
if (isset($_POST['rank'])) echo $_POST['rank']; 
echo '" />
                        <OPTION value="No answer" selected>--------------------------</OPTION>
<OPTION value="1">Rank 9</OPTION>
<OPTION value="2">Rank 8</OPTION>
                        <OPTION value="3">Rank 7</OPTION>
<OPTION value="4">Rank 6</OPTION>
                        <OPTION value="5">Rank 5</OPTION>
<OPTION value="6">Rank 4</OPTION>
                        <OPTION value="7">Rank 3</OPTION>
<OPTION value="8">Rank 2</OPTION>
                        <OPTION value="9">Rank 1</OPTION>
<OPTION value="10">Asmodian Army 1-Star Officer</OPTION>
                        <OPTION value="11">Asmodian Army 2-Star Officer</OPTION>
<OPTION value="12">Asmodian Army 3-Star Officer</OPTION>
                        <OPTION value="13">Asmodian Army 4-Star Officer</OPTION>
<OPTION value="14">Asmodian Army 5-Star Officer</OPTION>
                        <OPTION value="15">Asmodian Army General</OPTION>
                        <OPTION value="16">Asmodian Army Great General</OPTION>
                        <OPTION value="17">Asmodian Army Commander</OPTION>
                        <OPTION value="18">Asmodian Army Commander-in-Chief</OPTION>
</SELECT></TD>
            </TR>
<TR class ="windowbg2">
<TD width = "25%">Do you have/plan on any Crafting Professions? :</TD>
<TD><SELECT id="profs" name="profs" style="WIDTH: 160px" value ="';
if (isset($_POST['profs'])) echo $_POST['profs'];
echo '" />
<OPTION value="No answer" selected>--------------------------</OPTION>
<OPTION value="YES">Yes</OPTION>
<OPTION value="NO">No</OPTION>
</SELECT></TD>
</TR>
<TR class ="windowbg">
<TD width = "25%">Which Crafting Professions? (include level):</TD>
<TD><TEXTAREA id="skills" name="skills" type="text" rows="4" cols="40" value ="';
if (isset($_POST['skills'])) echo $_POST['skills'];   
echo '" /></' . 'TEXTAREA></TD>
</TR>
<TR class ="windowbg2">
<TD width = "25%">Do you have Ventrilo installed?:</TD>
<TD><SELECT id="vent" name="vent" style="WIDTH: 160px" value ="';
if (isset($_POST['vent'])) echo $_POST['vent'];   
echo '" />
<OPTION value="No answer" selected>--------------------------</OPTION>
<OPTION value="YES">Yes</OPTION>
<OPTION value="NO">No</OPTION>
</SELECT></TD>
</TR>
<TR class ="windowbg">
<TD width = "25%">Do you have microphone/headset?:</TD>
<TD><SELECT id="mic" name="mic" style="WIDTH: 160px" value ="';
if (isset($_POST['mic'])) echo $_POST['mic'];   
echo '" />
<OPTION value="No answer" selected>--------------------------</OPTION>
<OPTION value="YES">Yes</OPTION>
<OPTION value="NO">No</OPTION>
</SELECT></TD>
</TR>
<TR class ="windowbg2">
<TD width = "25%">Have you read our Guild Rules?:</TD>
<TD><SELECT id="read" name="read" style="WIDTH: 160px" value ="';
if (isset($_POST['read'])) echo $_POST['read'];   
echo '" />
<OPTION value="No answer" selected>--------------------------</OPTION>
<OPTION value="Yes">Yes</OPTION>
<OPTION value="No">No</OPTION>
<OPTION value="The what?">The what?</OPTION>
</SELECT></TD>
</TR>
<TR class ="windowbg">
<TD width = "25%">Why do you want to join PirateLords?:</TD>
<TD><TEXTAREA id="why" name="why" type="text" rows="4" cols="40" value ="';
if (isset($_POST['why'])) echo $_POST['why']; 
echo '" /></' . 'TEXTAREA></TD>
</TR>
<TR class ="windowbg2">
<TD width = "25%">Do you know anyone in PirateLords?:</TD>
<TD><SELECT id="know" name="know" style="WIDTH: 160px" value ="';
if (isset($_POST['know'])) echo $_POST['know'];   
echo '" />
<OPTION value="No answer" selected>--------------------------</OPTION>
<OPTION value="YES">Yes</OPTION>
<OPTION value="NO">No</OPTION>
</SELECT></TD>
</TR>
            <TR class ="windowbg">
<TD width = "25%">Who do you know in PirateLords?:</TD>
<TD><TEXTAREA id="know_who" name="know_who" type="text" rows="4" cols="40" value ="';
if (isset($_POST['know_who'])) echo $_POST['know_who']; 
echo '" /></' . 'TEXTAREA></TD>
</TR>
            <TR class ="windowbg2">
<TD width = "25%">Any other gaming information you wish to share with us?:</TD>
<TD><TEXTAREA id="other" name="other" type="text" rows="4" cols="40" value ="';
if (isset($_POST['other'])) echo $_POST['other']; 
echo '" /></' . 'TEXTAREA></TD>
</TR>
            <TR class ="windowbg">
<TD colspan="2" align="center"> <p>&nbsp;</p>
  <p>Section 2 </p>
    <p>&nbsp;</p></TD>
</TR>
            <TR class ="windowbg2">
<TD width = "25%">What are you looking for in a guild and why?:</TD>
<TD><TEXTAREA id="q1" name="other" type="text" rows="4" cols="40" value ="';
if (isset($_POST['q1'])) echo $_POST['q1']; 
echo '" /></' . 'TEXTAREA></TD>
</TR>
            <TR class ="windowbg2">
<TD width = "25%">Explain to us how you percieve your character's role in a guild and why:</TD>
<TD><TEXTAREA id="q2" name="other" type="text" rows="4" cols="40" value ="';
if (isset($_POST['q2'])) echo $_POST['q2']; 
echo '" /></' . 'TEXTAREA></TD>
</TR>
            <TR class ="windowbg2">
<TD width = "25%">Please describe to us your playstyle (healer, tank, etc ) and why you chose this style:</TD>
<TD><TEXTAREA id="q3" name="other" type="text" rows="4" cols="40" value ="';
if (isset($_POST['q3'])) echo $_POST['q3']; 
echo '" /></' . 'TEXTAREA></TD>
</TR>
            <TR class ="windowbg2">
<TD width = "25%">If you have been a member of any other guilds, please give us your reasons for leaving:</TD>
<TD><TEXTAREA id="q4" name="other" type="text" rows="4" cols="40" value ="';
if (isset($_POST['q41'])) echo $_POST['q4']; 
echo '" /></' . 'TEXTAREA></TD>
</TR>
            <TR class ="windowbg2">
<TD width = "25%">What aspects of Aion interest you and why?:</TD>
<TD><TEXTAREA id="q5" name="other" type="text" rows="4" cols="40" value ="';
if (isset($_POST['q5'])) echo $_POST['q5']; 
echo '" /></' . 'TEXTAREA></TD>
</TR>
            <TR class ="windowbg2">
<TD width = "25%">Are you dedicated to your guild by helping other members, and participating in guild activities:</TD>
<TD><TEXTAREA id="q6" name="other" type="text" rows="4" cols="40" value ="';
if (isset($_POST['q6'])) echo $_POST['q6']; 
echo '" /></' . 'TEXTAREA></TD>
</TR>
                <TR class ="windowbg2">
<TD width = "25%">Please share some information about yourself that will help us make a decision:</TD>
<TD><TEXTAREA id="q7" name="other" type="text" rows="4" cols="40" value ="';
if (isset($_POST['q7'])) echo $_POST['q7']; 
echo '" /></' . 'TEXTAREA></TD>
</TR>
                <TR class ="windowbg2">
<TD width = "25%">Tell us something funny about yourself, or share a funny story that you experienced:</TD>
<TD><TEXTAREA id="q8" name="other" type="text" rows="4" cols="40" value ="';
if (isset($_POST['q8'])) echo $_POST['q8']; 
echo '" /></' . 'TEXTAREA></TD>
</TR>
            <TR class ="windowbg">
<TD colspan="2" align="center"> <p>&nbsp;</p>
  <p>PirateLords reserves the right to withhold any information pertaining to the applications. By submitting this application for review, the applicant attests that all information provided in this application is true and without falsification, and is a serious applicant to the PirateLords.</p>
    <p>&nbsp;</p></TD>
</TR>
<TR class ="windowbg">
<TD colspan="2" align="center">
<INPUT type="submit" value="Submit">
<INPUT type="reset" value="Reset"></TD>
</TR>
</TR>
</TABLE>
</form>

';
}


JPDeni

How is it "not working"? If you give a little more information, it'll give us some idea of what to look for. Specifically, if you get an error message with a line number, that'll narrow things down a whole lot.

Anthea

When you go to the Article it comes up completely blank - as if nothing were in the article at all.

:-\

JPDeni

You'll need to give me a link so I can see what's going on. Or you can use the Generic Application Form code which I know a whole lot more about.

Hairy

Hi Laluna, I found 2 problem areas in your code.

Find

Other information:  ' . $_POST['other'];
Question 1:  ' . $_POST['q1'];
Question 2:  ' . $_POST['q2'];
Question 3:  ' . $_POST['q3'];
Question 4:  ' . $_POST['q4'];
Question 5:  ' . $_POST['q5'];
Question 6:  ' . $_POST['q6'];
Question 7:  ' . $_POST['q7'];
Question 8:  ' . $_POST['q8'];


Replace with

Other information:  ' . $_POST['other'] . '
Question 1:  ' . $_POST['q1'] . '
Question 2:  ' . $_POST['q2'] . '
Question 3:  ' . $_POST['q3'] . '
Question 4:  ' . $_POST['q4'] . '
Question 5:  ' . $_POST['q5'] . '
Question 6:  ' . $_POST['q6'] . '
Question 7:  ' . $_POST['q7'] . '
Question 8:  ' . $_POST['q8'];


And find

<TD width = "25%">Explain to us how you percieve your character's role in a guild and why:</TD>


Replace with

<TD width = "25%">Explain to us how you percieve your character\'s role in a guild and why:</TD>


Give that a try  :up:

Anthea

Wow thank you so much!

I appreciate it!

I will give it a try now :)