• Resolved djdrowsyd

    (@djdrowsyd)


    i have 2 contact forms in this page, one is for normal contact (made it on wordpress with CC plugin) and the other one is for a gift card (made it on CC account (website) and embeded it on my page)

    but the problem i have is that the first form is horrible, (i used this option because i can actually put my mail as receiver)…. i need to justify the slots or something, its easier to customize forms with CF7 or WP forms. i need to do something about this! . and we bought a CC acc.

    the other problem is : how can i put a mail address to receive the info on CC website form maker? i just can use a list from my CC account.

    • This topic was modified 5 years, 1 month ago by djdrowsyd.
Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Constant Contact

    (@constantcontact)

    Do you have a public link to where we can see how the form is being displayed?

    For what it’s worth, we try to let the form display inherit from the active theme as much as it can but at times that hasn’t gone as well as we would like to see.

    There are many classes and IDs that someone with some CSS skills could work with, but we understand if you maybe don’t have experience in that area. We’ll help as best we can.

    For your second question, this is regarding who gets notified that a new entry has been submitted? We default to the value in the “admin email” field for the WordPress install, for that, and have the ability to set custom email addresses in the form editor screen itself, to override on a more granular level. If this is not quite what you mean, then let us know.

    Thread Starter djdrowsyd

    (@djdrowsyd)

    yes i have some contact forms on these pages (these forms are awful)

    https://bestinternetandtv.com/contact/

    https://bestinternetandtv.com/security/#contact

    (why did i use this option? i can use multiple emails in “email destination” slot plugin on wordpress) :

    Email destination

    Who should receive email notifications for this form. Separate multiple emails by a comma. Leave blank to default to admin email.

    ****
    GOOD CC FORM

    https://avdata.solutions/join/

    i would like those forms to look like this one, (it was made with in-line CC and embeded on site) the problem with this form is that i cant put a mail destination on the form itself, it sends info to the CC account (it needs to send info to a client automaticly, but it sends it to CC account instead)

    ****************

    2 possible solution either in line form with multiple email destionation or justifying form slots on wordpress plugin

    • This reply was modified 5 years, 1 month ago by djdrowsyd.
    • This reply was modified 5 years, 1 month ago by djdrowsyd.
    • This reply was modified 5 years, 1 month ago by djdrowsyd.
    • This reply was modified 5 years, 1 month ago by djdrowsyd.
    Plugin Author Constant Contact

    (@constantcontact)

    Looking more like a case of the forms inheriting too much, rather than not inheriting enough.

    Most specifically, on https://bestinternetandtv.com/contact/ it’s inheriting the centered text align from the content on the left getting it applied, and the inputs aren’t full width like they could be.

    Similar issue with the widths on https://bestinternetandtv.com/security/#contact but this one doesn’t have the centering applied.

    Not sure how you feel about the coloring and backgrounds of the fields, so I haven’t touched that part just yet.

    This CSS should help get the fields wider and address the centering for the first link. This can be pasted into the “Additional CSS” of the “Customize Theme section, or if you have someone on hand who helps manage the theme, they may know where to place it as well so it still gets applied.

    .ctct-form-wrapper {
    	text-align: left;
    }
    .ctct-form-wrapper .input-text,
    .ctct-form-wrapper input[type="email"],
    .ctct-form-wrapper input[type="number"],
    .ctct-form-wrapper input[type="password"],
    .ctct-form-wrapper input[type="search"],
    .ctct-form-wrapper input[type="tel"],
    .ctct-form-wrapper input[type="text"],
    .ctct-form-wrapper input[type="url"],
    .ctct-form-wrapper textarea {
    	text-align: left;
    	width: 100%;
    }
    

    This should only affect the forms that our plugin creates, and not trickle into other forms you may have.

    Is the email destination part figured out now? Or are you still having questions with that one.

    Thread Starter djdrowsyd

    (@djdrowsyd)

    1- thanks a lot for code, i will test it in a bit!

    2- i still have same question for email destination.

    there is a way to have multiple email destionation using “in line form” ?

    Plugin Author Constant Contact

    (@constantcontact)

    With that email destination field on the right side, just save something like this, but with actual intended email addresses:

    [email protected],[email protected]

    That’ll set up the form handling to notify those two example addresses, any time someone submits to the form, instead of the value set in the admin_email setting. Handy if you have one account manager for a list and a different manager for a different list, but both lists need to collect contacts from the same website.

    Thread Starter djdrowsyd

    (@djdrowsyd)

    i think, i didn’t make my point clear sorry!

    i need multiple email destination on forms made on your website, (In Line Form)

    • This reply was modified 5 years, 1 month ago by djdrowsyd.
    Plugin Author Constant Contact

    (@constantcontact)

    Ah,

    For that part, you’d need to reach out through the support channels on constantcontact.com to inquire about that part. This forum here is only for the WordPress plugin itself.

    Thread Starter djdrowsyd

    (@djdrowsyd)

    i see! thanks a lot,

    and BTW code works fine, ty

    Thread Starter djdrowsyd

    (@djdrowsyd)

    i have one las question with code, there is a way to block phone number slot to accept just numbers? it accepts symbols and letters

    Plugin Author Constant Contact

    (@constantcontact)

    Looks like we’d need to add that to the plugin itself. From some quick testing, it wouldn’t restrict the letters from being typed in, but it would throw a validation error upon attempted submit, and prevent the submission.

    Thread Starter djdrowsyd

    (@djdrowsyd)

    exactly! validation exception would work great! thanks

    Plugin Author Constant Contact

    (@constantcontact)

    Filed some internal notes about looking into this. We don’t have anything immediate at this point to pass along to you here though.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘justify slots’ is closed to new replies.