Title: Fabbstar's Replies | WordPress.org

---

# Fabbstar

  [  ](https://wordpress.org/support/users/fabbstar/)

 *   [Profile](https://wordpress.org/support/users/fabbstar/)
 *   [Topics Started](https://wordpress.org/support/users/fabbstar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fabbstar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fabbstar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fabbstar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fabbstar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fabbstar/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 61 total)

1 [2](https://wordpress.org/support/users/fabbstar/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/fabbstar/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/fabbstar/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/fabbstar/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/fabbstar/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Auto-Submit](https://wordpress.org/support/topic/auto-submit-3/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/auto-submit-3/#post-12409406)
 * You are utterly amazing, thank you! Do you like what we are trying to do here?
   Hopefully it will be useful to someone else.
 * Many thanks,
    F
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Auto-Submit](https://wordpress.org/support/topic/auto-submit-3/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/auto-submit-3/#post-12409374)
 * Hey!
 * Thank you for your reply.
 * I am using url parameters to pre-populate the form, and then I’d like it to auto-
   submit the form when the page loads. So it helps my users to submit the form 
   without completing it.
 * I have tried the code and the form does submit, but it doesn’t process the url
   parameters…I have put the html code right at the end of the form to see if this
   helps but I still get a confirmation email with no field data. Any thoughts?
 * F
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Help with string](https://wordpress.org/support/topic/help-with-string/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/help-with-string/#post-11883651)
 * Hey,
 * I understand, thanks for that.
 * I have found the regular expression online, thanks again for the great plugin
   and support.
 * S
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Help with string](https://wordpress.org/support/topic/help-with-string/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/help-with-string/#post-11883412)
 * Hey, thanks for that.
 * Would this be something you can help me with, for a development fee?
 * Many thanks,
    S
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Help with string](https://wordpress.org/support/topic/help-with-string/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/help-with-string/#post-11883178)
 * Hey,
 * So simple! You genius.
 * Very last one…
 * I have a field (Single Line Text), I notice there is an option to add the option‘
   Validate against a regular expression’. Is there a way I can use this option 
   to ensure there is a space in the text field. For example, I need users to add
   a space between their post codes e.g. SE1 3DR. I was wondering if this validation
   option can through an error if the user inputs the post code without the space:
   e.g. SE13DR.
 * Many thanks again,
    Simon
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Help with string](https://wordpress.org/support/topic/help-with-string/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/help-with-string/#post-11882719)
 * Hi!
 * Thank you so much for the reply and suggestion. It works great.
 * My only issue, is where the formula is close in characters, the system outputs
   the value for shortest string. As an example:
 * if( /E1/i.test(fieldname83) ) return ’30’;
    if( /E10/i.test(fieldname83) ) return’
   35’;
 * The above is contained in my calculated field, however, if ‘E10′ is entered into
   fieldname83, it returns the result ’30’ instead of ’35’. I presume, the top formula
   overrides the second one as it recognises the first two characters and returns
   the output for ‘E1’.
 * Is there a syntax I can add to the formula which addresses this?
 * S
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 Database + | CFDB+] Export – Security Issue Resolved?](https://wordpress.org/support/topic/export-security-issue-resolved/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/export-security-issue-resolved/#post-11790050)
 * Hey,
 * That’s just an example field which you could use to provide a user a feed of 
   their submissions, you would need to filter results for that user only and so
   as an example, I have assumed there is a column in the form names ‘User’, which
   stores the Username of the user.
 * The issue is when you create the export link, all somebody needs to do is remove
   this filter from the url and then they can export all of the forms data.
 * I would be keen to know if there is a plan to make this less vulnerable.
    -  This reply was modified 6 years, 8 months ago by [Fabbstar](https://wordpress.org/support/users/fabbstar/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Add CSS Layout Keywords](https://wordpress.org/support/topic/add-css-layout-keywords/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/add-css-layout-keywords/#post-11712119)
 * Thank you so much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Destination Emails Field](https://wordpress.org/support/topic/destination-emails-field/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/destination-emails-field/#post-10680522)
 * Ah yes! You are absolutely right, I was testing with the <%fieldname1_value%>
   tag, which wasn’t working. Your suggestion works great.
 * Thanks again,
    F
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Send Email to multiple Emails – Attribute](https://wordpress.org/support/topic/send-email-to-multiple-emails-attribute/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/send-email-to-multiple-emails-attribute/#post-10592750)
 * Hi,
 * Thanks for that. I was rather more hoping that the email form field on the front
   end could accept multiple email addresses, comma separated, so the website user
   can add more than one email address for the confirmation email to go to, without
   have to complete two email fields. If that makes sense.
 * Would there be a function for this? I’ve tested adding more than one email address
   into an email field, comma separated, but it doesn’t allow the form to send due
   to validation errors.
 * Many thanks,
    F
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Send Email to multiple Emails – Attribute](https://wordpress.org/support/topic/send-email-to-multiple-emails-attribute/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/send-email-to-multiple-emails-attribute/#post-10592155)
 * Ah! Sorry, I am familiar with that field.
 * I was rather hoping something similar could be used for an email address form
   field which the customer fills out on the front end, as opposed to the admin 
   area.
 * I have a customer who wants a confirmation email to be sent to two different 
   email addresses when he completes the form, I was wondering if this could be 
   done without having to add another email field on the front end. I’ve tested 
   comma separating the email addresses on the front end in the email field, but
   it throws a validation error when trying to submit.
 * Thanks,
    F
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] DS Hidden Field and Post Title](https://wordpress.org/support/topic/ds-hidden-field-and-post-title/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [8 years ago](https://wordpress.org/support/topic/ds-hidden-field-and-post-title/#post-10102607)
 * Hi there!
 * Sorry for the delay. Can you remind me of your support link so I can send you
   the details confidentially as the site is not public?
 * Many thanks,
    Simon
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] DS Hidden Field and Post Title](https://wordpress.org/support/topic/ds-hidden-field-and-post-title/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/ds-hidden-field-and-post-title/#post-10099457)
 * Hi!
 * Thanks for the reply.
 * I’m not running a database query, I’m simply using the defaulted options you 
   have provided with the field e.g. Post Type, Page, Page Name.
 * When I set the Hidden DS field to pull in the current page name, it works for
   the first page I embed the form onto, but when I embed the same form onto another
   page, it seems to be storing the original page name to the field, as opposed 
   to updating the field to the current page name.
 * Happy to provide a login to the site if you wish to see it in action?
 * Thanks
    S
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] DS Hidden Field and Post Title](https://wordpress.org/support/topic/ds-hidden-field-and-post-title/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/ds-hidden-field-and-post-title/#post-10098731)
 * Could this be an issue with the ‘eq_factored’ element again? I see this is present
   in the source code.
 * Thanks,
    Simon
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Minimising CPU Usage](https://wordpress.org/support/topic/minimising-cpu-usage/)
 *  Thread Starter [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/minimising-cpu-usage/#post-9701852)
 * Hi,
 * Thanks for the response. I am using version: 5.0.91.
 * I can be slow on the front end following the submit button, with occasional internal
   servers errors messages, however most of the slow-down I’ve personally experience
   is on my web server control panel (Plesk).
 * Thanks,
    S

Viewing 15 replies - 1 through 15 (of 61 total)

1 [2](https://wordpress.org/support/users/fabbstar/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/fabbstar/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/fabbstar/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/fabbstar/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/fabbstar/replies/page/2/?output_format=md)