Hi
I'm using DW4, but do have access to DW-MX 2004 if need be.
Does anyone know of a way, other than a page at a time to
copy a email address from with the source code and paste it
in a different place in the same page.
But be able to do this across the whole site.
Here's the code -
<!-- #BeginEditable "Name/Email" -->
<input type=hidden name="Establishment-name" value="This is our enquiry
form">
<input type=hidden name="Establishment-email" value="a@bcd.co.uk">
<!-- #EndEditable -->
<input type=hidden name="required" value="Name,Tel,Address,Country,email">
<input type="hidden" name="sort"
value="order:*,Establishment-name,Establishment-email,*,#,Name,Address,
Postcode,Country,Tel,Fax,email,#1,Date,Month,Year,#2,Nights,Persons,#3,
Single,Double,Twin,Family,#4,Extra-Info,*,*,cswu.com">
<input type=hidden name="*"
value="*****************************************">
<input type=hidden name="#" value="------ Customer contact
details ------">
<input type=hidden name="#1" value="------ First night of stay ------">
<input type=hidden name="#2" value="------ Number of nights & persons
staying ------">
<input type=hidden name="#3" value="------ Room(s) type required ------">
<input type=hidden name="#4" value="------ Extra information ------">
<input type=hidden name="subject" value="Booking Enquiry">
<input type="hidden" name="redirect"
value=" <input type="hidden" name="print_blank_fields" value="1">
<!-- #BeginEditable "fwd_address" -->
<input type="hidden" name="recipient" value=room-enquiry@mydomain.com>
<!-- #EndEditable -->
I have hundreds of these pages with the same code in it, though each email
address at the top is different
and I want to copy the email address from the top and add it in as an extra
recipient. i.e.. ending up with -
<input type="hidden" name="recipient"
value=a@bcd.co.uk,room-enquiry@mydomain.com>
Maybe a find and replace might do it?
Many thanks
Happy.
I'm using DW4, but do have access to DW-MX 2004 if need be.
Does anyone know of a way, other than a page at a time to
copy a email address from with the source code and paste it
in a different place in the same page.
But be able to do this across the whole site.
Here's the code -
<!-- #BeginEditable "Name/Email" -->
<input type=hidden name="Establishment-name" value="This is our enquiry
form">
<input type=hidden name="Establishment-email" value="a@bcd.co.uk">
<!-- #EndEditable -->
<input type=hidden name="required" value="Name,Tel,Address,Country,email">
<input type="hidden" name="sort"
value="order:*,Establishment-name,Establishment-email,*,#,Name,Address,
Postcode,Country,Tel,Fax,email,#1,Date,Month,Year,#2,Nights,Persons,#3,
Single,Double,Twin,Family,#4,Extra-Info,*,*,cswu.com">
<input type=hidden name="*"
value="*****************************************">
<input type=hidden name="#" value="------ Customer contact
details ------">
<input type=hidden name="#1" value="------ First night of stay ------">
<input type=hidden name="#2" value="------ Number of nights & persons
staying ------">
<input type=hidden name="#3" value="------ Room(s) type required ------">
<input type=hidden name="#4" value="------ Extra information ------">
<input type=hidden name="subject" value="Booking Enquiry">
<input type="hidden" name="redirect"
value=" <input type="hidden" name="print_blank_fields" value="1">
<!-- #BeginEditable "fwd_address" -->
<input type="hidden" name="recipient" value=room-enquiry@mydomain.com>
<!-- #EndEditable -->
I have hundreds of these pages with the same code in it, though each email
address at the top is different
and I want to copy the email address from the top and add it in as an extra
recipient. i.e.. ending up with -
<input type="hidden" name="recipient"
value=a@bcd.co.uk,room-enquiry@mydomain.com>
Maybe a find and replace might do it?
Many thanks
Happy.