phixate
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Confirmation EmailThanks. That works just like the calculated field. It doesn’t show any value until the retail price field in form 1 is changed. I need it set right when the forms load.
Forum: Plugins
In reply to: [Calculated Fields Form] Confirmation EmailI apologize I didn’t mention I tried that but it produced no results. I tried it again and still it shows nothing. Could this be because the second HTML Content field is not an input? Also, can you use the value of an HTML Content field in calculations?
Forum: Plugins
In reply to: [Calculated Fields Form] Confirmation EmailI tried several things that aren’t working:
var formValue = document.querySelector('.retail-price').value; document.querySelector('.retail-price2').value = formValue;
//get the input elements from HTML DOM var retailprice = document.getElementById("retail-price"); var retailprice2 = document.getElementById("retail-price2"); //Get the value of textOne textbox input var retailpricevalue = retailprice.value; var retailprice2value = retailpricevalue; //Assign the value of textOne textbox to textTwo textbox retailprice2.value = retailprice2value;
I don’t know jquery so I’m just taking snippets I found online and trying them out.
Forum: Plugins
In reply to: [Calculated Fields Form] Confirmation EmailThat’s great, thanks! I put that in a calculated field instead of an HTML Content field so I could use the value for other calculations in the second form and it works. The only problem is that it doesn’t set the initial value right away. I have to change something in the first form for it to fill in the value in the second form.
Here is the form I’m working on:
https://whittsroofing.com/gazebos/index.php/53-2/
Retail Price 2 is the field where the value from Total Retail should be showing. Thank you so much for your help!- This reply was modified 6 years, 8 months ago by phixate.
Forum: Plugins
In reply to: [Calculated Fields Form] Confirmation EmailThanks @codepeople! Can I pass the value of a calculated field from one form to another on the same page/step without a page refresh? I need this to calculate two different prices, a “buy it now” price and a “rent to own” price. They need to be on two separate forms because I’m creating 24 products that all use the same rent to own form.
Forum: Plugins
In reply to: [Calculated Fields Form] Confirmation Email“Firstly, may I thank you for all of the great support you offer on this plugin, you are second to none.”
Except for my 8-day old chopped liver. Do you have to buy the plugin to get an answer? I kind of need a couple answers before I give them my money. Otherwise I’ll probably just go with Gravity Forms.
- This reply was modified 6 years, 8 months ago by phixate.
Forum: Plugins
In reply to: [Calculated Fields Form] java calculated field formWell, I tried! Hope you get it resolved.
Forum: Plugins
In reply to: [Calculated Fields Form] java calculated field formI’m a complete noob so this might not work but I have a function that is structured like this and it works for me. Not sure if the opening parenthesis makes a difference in this plugin but I pulled this syntax directly from their documentation.
(function(){
if(fieldname10 == 12)
return prec(fieldname1*1.4,2);
if(fieldname10 == 24 )
return prec(fieldname1*1.6,2);
if(fieldname10 == 36)
return prec(fieldname1*1.8,2);})();
- This reply was modified 6 years, 8 months ago by phixate.
Forum: Reviews
In reply to: [onetone] Dropdown menus are missingAlso how can a designer not test their theme in IE? The video doesn’t load in IE.
Forum: Themes and Templates
In reply to: [onetone] Youtube video not support at SafariAny solution to this? Video is not working in IE. Code for Tubular JS doesn’t even load.
Forum: Themes and Templates
In reply to: [onetone] Video not showed with Google Chrome Browser on AndroidI’m on Windows 7. The video doesn’t show up at all in IE11. The video plays very choppy in Firefox 29.0.1. the video plays fine in Chrome 34.0.1847.137.
I would like to see this theme work with IE8 to the current version, play smoothly in Firefox 27 and Chrome 32. I’d possibly pay money for this theme then.
Also I noticed that the anchors for the section jumps on the About section don’t jump to the same spot on the page. When you click the About link it jumps down but cuts off the About Us header in that section. But if you scroll past that section and THEN click the About link in the navigation it shows the header of that section.
One last thing: the responsiveness is not smooth when you take the browser bar and drag it to be narrow. The layout gets messed up when going back to full screen from a very narrow window. This probably isn’t a big deal but shows that some of the responsive code is probably not set up correctly.
OK thanks!
Forum: Plugins
In reply to: WooCommerce Gift Certificates Pro: Email Not SendingHow did you fix it???
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Reviews disappearedAlso, they disappeared on this site too: comprenfc.com
[Moderator Note: No bumping, thank you.]
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Reviews disappearedBTW the site is spaathena.com. You’ll see the form on the left. The reviews are supposed to appear towards the bottom of the home page content before the buttons for the gift certificate and schedule and appointment.