Input clears on hover

I have a budget system I use on my website for pricing jobs (construction)

In the Total Price input I have the placeholder as a formula to get the Total Price based on the base cost of our labor/materials and desired profit percentage. Then the user can input a different price if desired.

The issue is after the price is calculated, when you hover over the price it clears it. Is there a way to remove this happening from the input? i.e. css?

I’m not sure about this specific issue, but I’d definitely recommend putting the formula in the “initial content” spot vs placeholder. That way if they don’t want to change the price, it’s already entered for them (vs using a placeholder, which doesn’t get saved). This might also resolve your hover issue.

That was it. Thank you!

1 Like

You’re welcome! :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.