Thread Starter
VoN
(@webdesignervon)
Any help with this would be appreciated
I want to add a field to the ADD NEW PRODUCT page that tells the vendor that the transaction is going to cost a commission fee of 1%.
– Where you want to show this message under Add product page?
Thread Starter
VoN
(@webdesignervon)
Kindly check this image out to see it. I underlined it in blue. https://imgur.com/IN43iiI
Thread Starter
VoN
(@webdesignervon)
I just want a text there, without the input field. Presently there’s the text and then the text input field beside it. Any help would be appreciated.
https://imgur.com/IN43iiI – Are these fields added using WCFM custom field?
Thread Starter
VoN
(@webdesignervon)
Do you have any solution to this? Please?
Thread Starter
VoN
(@webdesignervon)
I found an unorthodox solution. I used the checkbox input type and then selected the checkbox and hide it using “display:none” in css.
Then I targeted and made the text of the selected field a width of 100% and that works for me.
This isn’t the solution I was hoping for but it works for me all the same. If you have a more orthodox regular solution, it’d also be appreciated.
Thanks.