Hi ya'll - I'm using a simple Webform to collect user information for a series of webinars. The user will click the checkbox to indicate their interest in attending, however each webinar (checkbox) need to have a limit of 100 entries.
Once the participation level of 100 entries for that checkbox is reached, it is no longer available.
As a bonus, I would like to continue to collect entries and add users to the waitlist.
I've googled and nothing found about redirect module integration into views to add new filter criteria for a specific content type or taxonomy..
I need all redirects (FROM and To fields that showing in the image) path against specific nid(contextual filter) or content type (blog, event, article).
I'm trying to prepend a string 'AB1 ' to a postcode field if the submitted postcode value has a length of 3. I have succeeded in doing so for a custom content type, however for the user_profile_form, I can't get the same code to work. It appears that the $form_state I am overwriting is not being saved. Here's my code:
Logged into the admin email. I waited about 30 minutes. I did not see any email in inbox or junk folder. Checked with hosting provider and they told me everything is good on their end.
When working on the field settings for phone numbers (based on the module Phone), there are a number of country fomats to choose from, none of which I like to use (most I don't know and don't want to try, since I can't change it after saving the first phone number).
How would I create the format I like to use:
- no country code,
- just one space between area code and number,
- no special characters exept possibly one dash to indicate the extension number,
i.e. 030 613904-14
This format is defined as DIN 5008 and should be an option.