Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[navy]$Config[/navy][teal]{[/teal][i][green]'subject'[/green][/i][teal]} .=[/teal] [i][green]' - '[/green][/i] [teal].[/teal] [navy]$Form[/navy][teal]{[/teal][i][green]'some_field'[/green][/i][teal]};[/teal]
[COLOR=white gray] 58 [/color] [gray]# Check Referring URL[/gray]
[COLOR=white gray] 59 [/color] [teal]&[/teal]check_url[teal];[/teal]
[COLOR=white gray] 60 [/color]
[COLOR=white gray] 61 [/color] [gray]# Retrieve Date[/gray]
[COLOR=white gray] 62 [/color] [teal]&[/teal]get_date[teal];[/teal]
[COLOR=white gray] 63 [/color]
[COLOR=white gray] 64 [/color] [gray]# Parse Form Contents[/gray]
[COLOR=white gray] 65 [/color] [teal]&[/teal]parse_form[teal];[/teal]
[COLOR=white gray] 66 [/color]
[highlight green] [/highlight] [gray]# Format the subject as you wish[/gray]
[highlight green] [/highlight][navy] $Config[/navy][teal]{[/teal][i][green]'subject'[/green][/i][teal]} =[/teal] [i][green]'Reservation '[/green][/i] [teal].[/teal] [navy]$Form[/navy][teal]{[/teal][i][green]'TConf'[/green][/i][teal]};[/teal]
[highlight green] [/highlight]
[COLOR=white gray] 67 [/color] [gray]# Check Required Fields[/gray]
[COLOR=white gray] 68 [/color] [teal]&[/teal]check_required[teal];[/teal]
[COLOR=white gray] 69 [/color]
[COLOR=white gray] 70 [/color] [gray]# Send E-Mail[/gray]
[COLOR=white gray] 71 [/color] [teal]&[/teal]send_mail[teal];[/teal]
[COLOR=white gray] 72 [/color]
[COLOR=white gray] 73 [/color] [gray]# Return HTML Page or Redirect User[/gray]
[COLOR=white gray] 74 [/color] [teal]&[/teal]return_html[teal];[/teal]
[teal]<[/teal]input type[teal]=[/teal][i][green]"text"[/green][/i] name[teal]=[/teal][i][green]"TConf"[/green][/i] [highlight]onchange[teal]=[/teal][i][green]"this.form.subject.value='Reservation '+this.value"[/green][/i][/highlight][teal]>[/teal]