Hello,

Just installed the module, and I notice it does not show a textfield for the actual phone number entry. Screenshot attached.

CommentFileSizeAuthor
missing field.png12.55 KBgiorgio79
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cdale’s picture

Status: Active » Postponed (maintainer needs more info)

That's odd. The number textfield should always be output. Have you made sure that it is not accidentally got a CSS display:none on it?

Are you getting any errors anywhere?
Have you tried different combinations of widgets settings to see if that has any effect?

giorgio79’s picture

Title: No text field to enter number after country code? » With "Use input type=tel for editing" - No text field to enter number after country code?

Looks like it will be ticking Use input type=tel for editing

I am using Chrome.

cdale’s picture

All I can think of is that your theme cache is out of sync. That doesn't make too much sense though. Is there possibly some other module in your install that might be using "theme_phone_tel", or the "phone_tel" element? If the browser doesn't understand input type="tel", it should just render a plain old textfield.

I'm a bit puzzled by this.