Search Results for 'custom field'
-
Search Results
-
Hello,
If I wanted to add some additional details with each post under the “Listings” tab within the profile, /profile/user/listings/. So for instance I would like to include an expiration date and one custom field.Can you help me out with how I would echo out the expiration date and the custom post field data?
I see that the loop for these posts is in the functions.php file in the UsersWP Geodirectory add-on includes folder is there anyway to make this addition and still allow the plugin to be updatable?
Just let me know when you can.
Thanks!
ResolvedTopic: Setting values via code
Hey,
May I get an example about how can I set a field’s value via code?
Let’s say I have a custom field on UWP called “pet_name” and I want to set “Puppy” as it’s value via script not UWP interface. Can I get a little snippet for it?
Thanks,
Hi there,
Regular there is that [#extras#] variable, which displays the default fields (in my case, I use only Name and emailadress) of the newly registrated user in the admin notification email.
But Id’ like to display custom values/fields of the registration form in this email as well.
Specifically, do I have a additional Text-field and a phonenumber-field I created.I couldn’t find out, where I could add those two fields to the variable. And would be very great full for help.
Some Information:
>I got some basic knowledge in coding but im far away from Pro in my opinion.
>The PlugIn is used on a swissgerman Site, so I translated parts of the PlugIn to German (only displaying strings, no variables or such)
>I saw in the PlugIn Files some criterias, from the Query I thought would pull the Information and I think the settings are correct. (I got some Screenshots from the two Fields)Thank you in advance
Hello Support,
the account page should show the first and last name in a two column layout, but I observe that the layout is not properly formated as shown by the first attached file “AccountForm.png”.
The second file “AccountPage-FirstName-Config.PNG” shows the configuration of the Firstname field.
The third file “AccountForm..html” shows the relevant generated source code (only the side content).
Here is the code for the firstname field only:
<div id=”uwp_account_first_name_row”
class=”required_field uwp_form_text_row”><label>Vorname<span>*</span></label>
<input name=”uwp_account_first_name”
class=”uwp-half uwp-half-left uwp_textfield”
id=”uwp_account_first_name”
placeholder=”Vorname”
value=”user”
title=”Vorname”
oninvalid=”this.setCustomValidity(”)”
oninput=”setCustomValidity(”)”
required=”required” type=”text”
/>
<span class=”uwp_message_note”></span>
<span class=”uwp_message_error”></span>
</div>As shown the css styles “uwp-half uwp-half-left” is only applied to the input field named “uwp_account_first_name”, but not to containing div identified by “uwp_account_first_name_row”.
Because of that the label get 100 percent of the width. If applied to the containing div I would expect that the width of the container will constrain the width of the contained items, label and input field in this case.Same applies to the div showing the label and Input field for the last name.
Can you pls. check if the two column layout of the account page works as expectd for the user name fields?
I’m using WordPress 4.9 with official theme “Twenty Seventeen” Version 1.3 and UsersWp plugin 1.0.11 (with redirect fix provided in response to my post “Redirect to current page/blog after Login”).
In case you want to verify the layout on my website I will provide an appropiate test account in a private post.
Thanks in advance!
Best
haseResolvedTopic: Form Builder Custom Icon