Hi MarkWalsh,
It didn't work again. I even deleted all I've done before and created a new field but still not working. The "Please..." appears but when I click the field still shows the text.
I am assuming I was supposed to replace the
function formatFieldDefaultValue () {
if (event.value == "" || event.value == event.target.defaultValue) {
event.target.display = display.noPrint;
event.value = event.target.defaultValue;
} else {
event.target.display...
Hi MarkWalsh,
One question. I did it all but when I click on the field the default value doesn't disappear. I have to manually deleting the entire default value in order to input data.
Is this how it's supposed to be? I am wondering if I did something wrong.
Thanks again!
I want to create a form where some of the fields have a "tip" displayed within the field but once the user clicks to input data that "tip" disappears to allow entry data. For example if I ask for a phone number I want displayed within the field in light gray "XXX-XXX-XXXX". Once the user clicks...
Thanks. I changed to:
var a =
this.getField("303").value +
this.getField("313").value;
this.getField("32").value = a;
if(this.getField("32").value == 0.00)
{this.getField("32").fgColor=color.white}
else
{this.getField("32").fgColor=color.black}
and is working!
Hi,
Hope this is the right forum. I am new to JavaScripts and I have a form that I want to sum two values from two different fields. I can't figure out what is wrong. Any help greatly appreciated. The two fields I want to sum are 303 and 313. Both are associated to other formulas and the...
Hi,
I created a form and posted on our web site. At the end of the form there's a link to an e-mail address so when they complete they just need to click the link and the completed form will be sent to us. It looks like something is wrong. Some of the forms look fine but others not. We cannot...
BINGO! Thanks! I just tried and I can get the e-mail. I am new (actually very very new) to PHP. Now just one more thing. I think I made another mistake. Is there a way for me to get the e-mail address of the people that respond? Or maybe just have their names listed on the "From" field of the...
Hi,
Please help me understand what is wrong with this form. I checked all brackets, codes, and everything looks fine but when I click Submit I get the error above saying that there is an error on the line 31. There's nothing on this line on the Code view.
Below is the code:
<?php
/* Subject...
Hi,
I need to make a single change to an existing PDF document that was create based on a Word document and so far I was unable to figure out how. This form has some fields and I was asked to add a link at the very bottom that will automatically attach the completed document (with all...
Hi,
I administer a site with Contribute 3 (yes, Macromedia) and I have a new customer planning to edit the site with Contribute CS3. Am I going to be able to administer this site? Am I going to have any conflicts? I also have another question. I have other customers who are currently editing...
Hi,
I had set up my master page so all pages are numbered automatically. The point is that I don't want the page showing the number on the first page of every chapter. What should I do? Create another master page just for the first pages?
Hi, Just found this post and I having the same problem. I am not sure if it's a Vista issue (on my desktop which runsXP runs fine) but just bought my laptop and when trying to actually run the the installation process. The process gets interrupted with a warning saying"Error 1721. There is a...
Is it possible to create image map hotspots directly in Contribute? We already have one that was created in Dreamweaver and can be edit in Contribute. If it can be edited I was assuming we could also create it. Is it true?
Thanks,
Hi,
Does Contribute have the same ability to keep backup folders like Dreamweaver does (remote and local sites)? I am trying to find the local files root with no success...
Thanks,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.