alphagoldafrica
Forum Replies Created
-
Hi,
I’ve resolved the issue.
I had enabled Display Last Modified Date under Post/Achives Menu.
So i simply disabled it and the notices at the frontend were removed.
Thank you,
CarolineForum: Plugins
In reply to: [Code Snippets] shortcode phpThank you
Hi,
I inserted the code above in the css section of the form under Form Settings but the color did not change. The code I entered is as follows:
.ur-frontend-form button[type=register], .ur-frontend-form input[type=register] { background: #f00202; color: #fff; } .ur-frontend-form button[type=register]:hover, .ur-frontend-form input[type=register]:hover { background: #f00202; color: #fff; }
What went wrong? Please may you kindly help me fix the issue.
Thank you
Forum: Plugins
In reply to: [Calculated Fields Form] Please help me correct a formulaThank you very much
The formula works now:-)Forum: Plugins
In reply to: [Calculated Fields Form] Membership registration formsThis is great. Thank you
Does a registered user have an account after they have registered or logged in, like for example with membership plugins like Ultimate Member?
Do you have a demo or screenshots to demonstrate what the user sees?
Thank you,
Forum: Plugins
In reply to: [Calculated Fields Form] Automatic recalculation of Calculation FieldThank you so so very much…absolutely superb.
Forum: Plugins
In reply to: [Calculated Fields Form] Automatic recalculation of Calculation FieldIf you go on the form and book a seat. Let’s say you type in 3 passengers. Continue filling in your form. before pressing submit go back and change the 3 passengers to say 4 passengers. You will notice that the form will not recalculate based on 4 passengers. So my question is, why isn’t the form recalculating? Thank you
Forum: Plugins
In reply to: [Calculated Fields Form] DateThank you very much. Perfect!
Forum: Plugins
In reply to: [Calculated Fields Form] Install message after submitting formThank you very much! ??
Forum: Plugins
In reply to: [Calculated Fields Form] Additional FieldsThank you ?? The title field is perfect. Now I am trying to figure out how to reduce the space between the title, first name and surname field. Thank you,
Forum: Plugins
In reply to: [Calculated Fields Form] Additional FieldsThank you
Is it possible to reduce the gap between Title, First Name and Surname Fields?
Is it also possible to the white length for the Title field so that fit in nicely in the white space?
Thank you,
Forum: Plugins
In reply to: [Calculated Fields Form] Floating ButtonThank you,
Forum: Plugins
In reply to: [Calculated Fields Form] Additional FieldsThank you very much!
I followed instructions but the name Title Field, First Name Field and Surname Field are joined. At the Add Css Layout Keywords, I added:
* col-sm-3 for Title Filed
* col-sm-4 for First Name Field
* col-sm-5 foe Surname field(1) How do I separate the three fields? I would like there to be a gap between the three fields.
(2) I also noticed that the Title Field, does not use the entire field space allotted to it. Ideally I would prefer to use col-sm-2 for Title field but I notice that long titles (e.g. Miss, Prof.) are not fully shown.
Thank you
Forum: Plugins
In reply to: [Calculated Fields Form] Change font colorThank you. Its perfect!
Forum: Plugins
In reply to: [Calculated Fields Form] Block something from being sent on emailIf I want to keep the label bold but the value plain, would the code be as follows:
<p><b><%fieldname1_label%></b>: <i><%fieldname1_value%></p>
Thank you,